提交 3e24e132 编写于 作者: T Tejun Heo 提交者: Steve French

cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync()

flush_scheduled_work() is going away.
Signed-off-by: NTejun Heo <tj@kernel.org>
Reviewed-by: NJeff Layton <jlayton@redhat.com>
Signed-off-by: NSteve French <sfrench@us.ibm.com>
上级 89f150f4
...@@ -44,8 +44,7 @@ static void cifs_dfs_expire_automounts(struct work_struct *work) ...@@ -44,8 +44,7 @@ static void cifs_dfs_expire_automounts(struct work_struct *work)
void cifs_dfs_release_automount_timer(void) void cifs_dfs_release_automount_timer(void)
{ {
BUG_ON(!list_empty(&cifs_dfs_automount_list)); BUG_ON(!list_empty(&cifs_dfs_automount_list));
cancel_delayed_work(&cifs_dfs_automount_task); cancel_delayed_work_sync(&cifs_dfs_automount_task);
flush_scheduled_work();
} }
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册