io_uring: don't cancel-track common timeouts
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 25 Mar 2021 18:32:44 +0000 (18:32 +0000)
committerJens Axboe <axboe@kernel.dk>
Sat, 27 Mar 2021 20:09:11 +0000 (14:09 -0600)
commit2482b58ffbdc80cfaae969ad19cb32803056505b
tree13bac6e8314411a0c8301af6d9ab1be998bb15ad
parent80c4cbdb5ee604712e59fe304d7bf084b562f705
io_uring: don't cancel-track common timeouts

Don't account usual timeouts (i.e. not linked) as REQ_F_INFLIGHT but
keep behaviour prior to dd59a3d595cc1 ("io_uring: reliably cancel linked
timeouts").

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/104441ef5d97e3932113d44501fda0df88656b83.1616696997.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c