aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_log.c')
-rw-r--r--fs/xfs/xfs_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c
index e788f39721e3..b6ce4d4b6def 100644
--- a/fs/xfs/xfs_log.c
+++ b/fs/xfs/xfs_log.c
@@ -1193,7 +1193,7 @@ void
1193xfs_log_work_queue( 1193xfs_log_work_queue(
1194 struct xfs_mount *mp) 1194 struct xfs_mount *mp)
1195{ 1195{
1196 queue_delayed_work(xfs_syncd_wq, &mp->m_log->l_work, 1196 queue_delayed_work(mp->m_log_workqueue, &mp->m_log->l_work,
1197 msecs_to_jiffies(xfs_syncd_centisecs * 10)); 1197 msecs_to_jiffies(xfs_syncd_centisecs * 10));
1198} 1198}
1199 1199