+6
−6
+1
−0
+11
−2
+5
−6
+1
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
flush_scheduled_work() is going away. afs needs to make sure all the works it has queued have finished before being unloaded and there can be arbitrary number of pending works. Add afs_wq and use it as the flush domain instead of the system workqueue. Also, convert cancel_delayed_work() + flush_scheduled_work() to cancel_delayed_work_sync() in afs_mntpt_kill_timer(). Signed-off-by:Tejun Heo <tj@kernel.org> Signed-off-by:
David Howells <dhowells@redhat.com> Cc: linux-afs@lists.infradead.org Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>