io_uring: inline io_req_clean_work()
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 1 Mar 2021 18:20:46 +0000 (18:20 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Mar 2021 20:11:28 +0000 (13:11 -0700)
commitc6cb42349f8d17562b0a763ec5c7d8c1f1563b0b
treedd4623017401e9c1afd567b5d7c90744e96a9201
parentbf87ce9f29d272891553c4bb9874a04ac40c5551
io_uring: inline io_req_clean_work()

Inline io_req_clean_work(), less code and easier to analyse
tctx dependencies and refs usage.

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