]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit95a04963cff133b25ef13c16d09b4c5fddfd7c0e
tree1b2993e12e376c99049002628b4f7379b1217a4e
parentf9206705bd7b66949e0a0b1bf06e59a5a259f8d0
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