commit | 859361a228258edf4821d9f5635825033eca78e8 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Thu Aug 02 14:05:59 2012 -0600 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Tue Nov 13 09:13:49 2012 -0500 |
tree | 8c6f6c5344b163ed3d3fa479858d840a4209da32 | |
parent | 9924a1992a86ebdb7ca36ef790d2ba0da506296c [diff] |
NVMe: Free cmdid on nvme_submit_bio error nvme_map_bio() is called after the cmdid is allocated, so we have to free the cmdid before returning from nvme_submit_bio() if nvme_map_bio() returned an error. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>