]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commit5c1281a3bf5655ec1b90db495da3a2b77826ba88
tree6b8b76416b61c356cd9e6cccc825739e473cb69d
parent040a93b52a9eee8177ebaf2ba0ee0f9f518d1bf8
NVMe: Change nvme_completion_fn to take a dev

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>
drivers/block/nvme.c