nvme: special case AEN requests
authorChristoph Hellwig <hch@lst.de>
Sat, 28 Nov 2015 14:42:28 +0000 (15:42 +0100)
committerJens Axboe <axboe@fb.com>
Tue, 22 Dec 2015 16:38:34 +0000 (09:38 -0700)
commitadf68f21c15572c68d9fadae618a09cf324b9814
tree89f4a63bcf1d106d5442fc7480a50678167ee310
parente7a2a87d5938bbebe1637c82fbde94ea6be3ef78
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>
drivers/nvme/host/pci.c
This page took 0.024825 seconds and 5 git commands to generate.