commit | adf68f21c15572c68d9fadae618a09cf324b9814 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Nov 28 15:42:28 2015 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Dec 22 09:38:34 2015 -0700 |
tree | 89f4a63bcf1d106d5442fc7480a50678167ee310 | |
parent | e7a2a87d5938bbebe1637c82fbde94ea6be3ef78 [diff] |
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>