]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nvme: special case AEN requests
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Dec 2016 06:59:20 +0000 (22:59 -0800)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 1 Jun 2017 20:40:49 +0000 (13:40 -0700)
commitc802b47e8af8577bed9872dd3e1290a4844b8ff4
treeac3c797dd1e206451cb07d2ad48ad4dd7f6f3ed5
parent4c7d0e4f690427b2558ded73ea2169b73dd0a6e9
nvme: special case AEN requests

AEN requests are different from other requests in that they don't time out
or can easily be cancelled.  Because of that we should not use the blk-mq
infrastructure but just special case them in the completion path.

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

Orabug: 25130845

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