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 16:46:05 +0000 (09:46 -0700)
commitcb40d0cf43b21ced05397e70aaffe50431517503
tree8c9192e0dee688309d9b842fd1d3c4f64c97ce18
parent4db61a6c7adc4f2a7774383fcf103253594e9948
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