Files
linux/drivers
Matthew Wilcox bdfd70fde3 NVMe: Correct uses of INIT_WORK
We need to initialise the work_struct when we initialise the rest of the
struct nvme_dev, otherwise we'll hit a lockdep warning when we remove
the device.  Use PREPARE_WORK to change the function pointer instead
of INIT_WORK.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
2014-01-29 11:42:32 -05:00
..
2014-01-29 11:42:32 -05:00
2013-11-15 09:32:23 +09:00
2013-11-15 09:32:23 +09:00