NVMe: Correct the definitions of two ioctls
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Sun, 20 Mar 2011 11:27:10 +0000 (07:27 -0400)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:53:01 +0000 (15:53 -0400)
commit9d4af1b7796ba02b73a79a8694399e5a3cd1c55d
treea02da9720adeb712866b3d144265326fa7143558
parent4948168280b269a514045766ddd872cfac5968e1
NVMe: Correct the definitions of two ioctls

NVME_IOCTL_SUBMIT_IO has a struct nvme_user_io, not a struct nvme_rw_command
as a parameter, and NVME_IOCTL_DOWNLOAD_FW is a Write, not a Read.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
include/linux/nvme.h