io_uring: don't unnecessarily clear F_LINK_TIMEOUT
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 13 Oct 2020 08:43:57 +0000 (09:43 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Oct 2020 17:50:08 +0000 (11:50 -0600)
commit3431069b73e26555f68648bafc917e5cdef3c695
tree00f6bb0d92bc333a27c4d8d1d6a55dd8057ee9b1
parent7efa6ebf5671f1be234b5014f5d3dabc3e57ebae
io_uring: don't unnecessarily clear F_LINK_TIMEOUT

If a request had REQ_F_LINK_TIMEOUT it would've been cleared in
__io_kill_linked_timeout() by the time of __io_fail_links(), so no need
to care about it.

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