io_uring: don't adjust LINK_HEAD in cancel ltimeout
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 22 Oct 2020 15:43:09 +0000 (16:43 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Oct 2020 19:07:11 +0000 (13:07 -0600)
commitac877d2edd094e161801d72b49cfb56c5fc860fb
treeb09d0161fde3834fb92146d0b62a5e1769e8ad6b
parente08102d507f34e6591de521a4c2587c6f02c7996
io_uring: don't adjust LINK_HEAD in cancel ltimeout

An armed linked timeout can never be a head of a link, so we don't need
to clear REQ_F_LINK_HEAD for it.

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