Tejun Heo 883624a08c ioc4: use static work_struct for ioc4_load_modules()
There is no reason to dynamically allocate work_struct for
ioc4_load_modules().  It makes the code more complex and makes it
impossible to flush the work directly.  Use static work
ioc4_load_modules_work instead and flush it directly on exit.

This removes the use of flush_scheduled_work() which is being
deprecated.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Brent Casavant <bcasavan@sgi.com>
2010-12-24 16:14:20 +01:00
..
2010-10-29 04:16:28 -04:00
2010-10-29 00:29:21 +02:00
2009-05-06 16:36:10 -07:00
2010-10-29 00:29:21 +02:00
2010-10-26 16:52:14 -07:00
2010-10-29 00:29:21 +02:00
2010-10-22 10:16:42 -07:00
2010-03-13 20:56:54 +01:00
2010-09-22 17:22:38 -07:00