summaryrefslogtreecommitdiff
path: root/fs/smb/client/dfs_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/smb/client/dfs_cache.c')
-rw-r--r--fs/smb/client/dfs_cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/smb/client/dfs_cache.c b/fs/smb/client/dfs_cache.c
index 1513b2709889..8ce8e3ccd05d 100644
--- a/fs/smb/client/dfs_cache.c
+++ b/fs/smb/client/dfs_cache.c
@@ -1300,6 +1300,6 @@ void dfs_cache_refresh(struct work_struct *work)
mutex_unlock(&server->refpath_lock);
}
- queue_delayed_work(dfscache_wq, &tcon->dfs_cache_work,
- atomic_read(&dfs_cache_ttl) * HZ);
+ queue_delayed_work_on(server->tsk_cpu, dfscache_wq, &tcon->dfs_cache_work,
+ atomic_read(&dfs_cache_ttl) * HZ);
}