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>
Mon, 22 Mar 2021 13:47:11 +0000 (07:47 -0600)
commit350fcb229cb9a7137a05abf842b22c4395f03356
tree3c032bd1e31f285838f604f267a3eeaffca2084e
parent323c02f2db0efb9fd1eab84ec48690cb10e9a53b
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