NVMe: Change nvme_completion_fn to take a dev
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 20 Dec 2011 16:54:53 +0000 (11:54 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 10 Jan 2012 19:51:00 +0000 (14:51 -0500)
The queue is only needed for some rare occasions, and it's more consistent
to pass the device around.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>

No differences found