block: remove REQ_NO_TIMEOUT flag
authorChristoph Hellwig <hch@lst.de>
Sat, 7 Nov 2015 08:39:28 +0000 (09:39 +0100)
committerJens Axboe <axboe@fb.com>
Tue, 22 Dec 2015 16:38:34 +0000 (09:38 -0700)
commitbbc758ec04c2f30805ce0fcdfbaa4c3445fafbae
treec21b3c256ba04e5ea21d34f3eeb1a24694e906f3
parentf4800d6d1548e0d5ab94f2216d41d94282e2588c
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>
block/blk-mq.c
block/blk-timeout.c
include/linux/blk_types.h
This page took 0.025691 seconds and 5 git commands to generate.