]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme: Return errno mapped for nvme error status
authorMinwoo Im <minwoo.im.dev@gmail.com>
Thu, 23 May 2019 14:28:11 +0000 (23:28 +0900)
committerMinwoo Im <minwoo.im.dev@gmail.com>
Thu, 20 Jun 2019 14:23:14 +0000 (23:23 +0900)
commit05d54565c23777b3f09bdfd94ef8e87d899fd9e4
treed233fbdfe4b1f9035caff277f1be548e22558220
parentd1f49c7cf445edf0bd91e6f444cddc05b765914a
nvme: Return errno mapped for nvme error status

If ioctl module has returned a nvme error status, it will be returned
by being converted to a mapped errno value which has been provided by
previous commits.

Cc: Keith Busch <kbusch@kernel.org>
Cc: Chaitanya Kulkarni <chaitanya.Kulkarni@wdc.com>
Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
nvme.c