Commit 05684a49 authored by Christoph Hellwig's avatar Christoph Hellwig

[PATCH] no more flush_workqueue in xfs

I see you just applied my patch to make destroy_workqueue do the
flush.  Fix up XFS for it.
parent 5d8f0a43
......@@ -1873,7 +1873,6 @@ STATIC void
pagebuf_daemon_stop(void)
{
if (pb_daemon) {
flush_workqueue(pagebuf_workqueue);
destroy_workqueue(pagebuf_workqueue);
pb_daemon->active = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment