NVMe: Set result from user admin command
authorKeith Busch <keith.busch@intel.com>
Fri, 21 Sep 2012 16:49:05 +0000 (10:49 -0600)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Tue, 13 Nov 2012 14:13:49 +0000 (09:13 -0500)
commitf4f117f64baf8840d22266d518227b2a186d294b
tree97ea3fb3af2c41e84fb091a343ff8c1925c46f4c
parent3295874b6074d749516d6decd43afad7bf6e38ff
NVMe: Set result from user admin command

The ioctl data structure includes space for the 'result' of the admin
command to be returned; it just wasn't filled in.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme.c