commit | a51afb54339c5e9ee72df66ae0f2ac5aacfed365 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Tue May 13 10:32:46 2014 -0600 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Tue Jun 03 22:58:34 2014 -0400 |
tree | fcaf5e2e3ccc53195f844954cff0713053803dd4 | |
parent | de672b9748f78dcbc663e12ea44cb24dc287baf0 [diff] |
NVMe: Fix nvme get/put queue semantics The routines to get and lock nvme queues required the caller to "put" or "unlock" them even if getting one returned NULL. This patch fixes that. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>