io_uring: kill REQ_F_TIMEOUT_NOSEQ
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 29 Jun 2020 10:13:02 +0000 (13:13 +0300)
committerJens Axboe <axboe@kernel.dk>
Tue, 30 Jun 2020 14:39:59 +0000 (08:39 -0600)
commit8eb7e2d00763367f345ef0b2a2eb4f8001ae40ce
tree2e64d97502458098d3940bdbc03c787361e57493
parenta1a4661691c5f1a3af4c04f56ad68e2d1dbee3af
io_uring: kill REQ_F_TIMEOUT_NOSEQ

There are too many useless flags, kill REQ_F_TIMEOUT_NOSEQ, which can be
easily infered from req.timeout itself.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c