]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nvme: move nvme_error_status to common code
authorChristoph Hellwig <hch@lst.de>
Fri, 16 Oct 2015 05:58:39 +0000 (07:58 +0200)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 1 Jun 2017 20:40:36 +0000 (13:40 -0700)
commit24d8719fbcb4c81bd283e77f0c4467e7da1a701d
treeb5b6558fa39c495f378765cedc477f495ae9953e
parent2a7c957bd6330753c8ed67cf1e5a35fcf4778326
nvme: move nvme_error_status to common code

And mark it inline so that we don't slow down the completion path by
having to turn it into a forced out of line call.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
(cherry picked from commit 15a190f7f57a2e46717490c35ac09882042a200b)

Orabug: 25130845

Signed-off-by: Ashok Vairavan <ashok.vairavan@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/nvme/host/nvme.h
drivers/nvme/host/pci.c