io_uring: don't clear REQ_F_LINK_TIMEOUT
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 22 Mar 2021 01:58:24 +0000 (01:58 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Mar 2021 16:24:24 +0000 (10:24 -0600)
commitb1b780e5a36dddee8d919274061e751966e66703
tree5104309f85d7751764a5285251519c3691ab259d
parent663930690fc991f29f2afbbb8c2d2a6bf6f3a56a
io_uring: don't clear REQ_F_LINK_TIMEOUT

REQ_F_LINK_TIMEOUT is a hint that to look for linked timeouts to cancel,
we're leaving it even when it's already fired. Hence don't care to clear
it in io_kill_linked_timeout(), it's safe and is called only once.

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