commit | 6bbf1acddeed0bfb345a5578f9fcada16f1e514f | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri May 20 13:03:42 2011 -0400 |
committer | Matthew Wilcox <matthew.r.wilcox@intel.com> | Fri Nov 04 15:53:03 2011 -0400 |
tree | 965663c2a38ff10bc88fb2096fc0adbef500b11d | |
parent | eac623ba7a91474a688eb5d0fcd0eaa6a56dc41c [diff] |
NVMe: Rework ioctls Remove the special-purpose IDENTIFY, GET_RANGE_TYPE, DOWNLOAD_FIRMWARE and ACTIVATE_FIRMWARE commands. Replace them with a generic ADMIN_CMD ioctl that can submit any admin command. Add a new ID ioctl that returns the namespace ID of the queried device. It corresponds to the SCSI Idlun ioctl. Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>