NVMe: Change get_nvmeq to take a dev instead of a namespace
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 20 Dec 2011 16:04:12 +0000 (11:04 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 10 Jan 2012 19:49:18 +0000 (14:49 -0500)
Upcoming patches require calling get_nvmeq when we don't have a namespace.
Some callers already have the device in a local variable anyway.

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

No differences found