xfs: syncd workqueue is no more
[deliverable/linux.git] / fs / xfs / xfs_log.c
index e788f39721e3246efe6c6c7fdad905a7c7954054..b6ce4d4b6def759cd8b6a97ee64285d0aa417acd 100644 (file)
@@ -1193,7 +1193,7 @@ void
 xfs_log_work_queue(
        struct xfs_mount        *mp)
 {
-       queue_delayed_work(xfs_syncd_wq, &mp->m_log->l_work,
+       queue_delayed_work(mp->m_log_workqueue, &mp->m_log->l_work,
                                msecs_to_jiffies(xfs_syncd_centisecs * 10));
 }
 
This page took 0.026158 seconds and 5 git commands to generate.