Tejun Heo 0ad53eeefc afs: add afs_wq and use it instead of the system workqueue
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>
2011-01-14 09:25:11 -08:00
..
2008-04-29 08:06:26 -07:00
2007-07-16 09:05:43 -07:00
2007-07-16 09:05:43 -07:00
2011-01-12 20:04:20 -05:00
2010-05-21 18:31:28 -04:00
2010-10-05 11:02:04 +02:00
2009-04-03 16:42:41 +01:00
2009-04-09 10:41:19 -07:00
2011-01-12 20:04:20 -05:00