]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitda26b8cda66c2f7860dd94b1695a5a1f36e102da
tree97ea3fb3af2c41e84fb091a343ff8c1925c46f4c
parentf1a5f21e5ccaa58b0baa54ecfddb72c5c68b77d8
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