Skip to content
Commit 9b00a818 authored by Tejun Heo's avatar Tejun Heo
Browse files

ocfs2: don't use flush_scheduled_work()



flush_scheduled_work() is deprecated and scheduled to be removed.

* cancel_delayed_work() + flush_schedule_work() ->
  cancel_delayed_work_sync().

* flush qs->qs_work directly on exit instead.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Acked-by: default avatarJoel Becker <joel.becker@oracle.com>
Cc: Mark Fasheh <mfasheh@suse.com>
parent 7f6b0db9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment