commit | da661267398869a553b7f67d739d360aaa1361b6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jun 14 13:58:45 2018 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jun 14 08:39:46 2018 -0600 |
tree | 375b099f3b56b2403b7e2802dd13afe42f2c5a11 | |
parent | a347c7ad8edf4c5685154f3fdc3c12fc1db800ba [diff] |
blk-mq: don't time out requests again that are in the timeout handler We can currently call the timeout handler again on a request that has already been handed over to the timeout handler. Prevent that with a new flag. Fixes: 12f5b931 ("blk-mq: Remove generation seqeunce") Reported-by: Andrew Randrianasulu <randrianasulu@gmail.com> Tested-by: Andrew Randrianasulu <randrianasulu@gmail.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>