io_uring: refactor timeout cancellation cqe posting
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 17 Mar 2022 02:03:37 +0000 (02:03 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 17 Mar 2022 02:11:15 +0000 (20:11 -0600)
commit6695490dc85781fe98b782f36f27c13710dbc921
tree67704383cb08f27f1b08041db05a8006ae4a13e3
parentae4da18941c1c13a9bd6f1d39888ca9a4ff3db91
io_uring: refactor timeout cancellation cqe posting

io_fill_cqe*() is not always the best way to post CQEs just because
there is enough of infrastructure on top. Replace a raw call to a
variant of it inside of io_timeout_cancel(), which also saves us some
bloating and might help with batching later.

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