commit | bbc758ec04c2f30805ce0fcdfbaa4c3445fafbae | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Nov 07 09:39:28 2015 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Dec 22 09:38:34 2015 -0700 |
tree | c21b3c256ba04e5ea21d34f3eeb1a24694e906f3 | |
parent | f4800d6d1548e0d5ab94f2216d41d94282e2588c [diff] |
block: remove REQ_NO_TIMEOUT flag This was added for the 'magic' AEN requests in the NVMe driver that never return. We now handle them purely inside the driver and don't need this core hack any more. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>