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>
Thu, 4 Mar 2021 13:38:04 +0000 (06:38 -0700)
commitf85c310ac376ce81a954507315ff11be4ddbf214
tree1b2993e12e376c99049002628b4f7379b1217a4e
parent64c7212391e778949aa3055fb3863439417ddba9
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