io_uring: inline io_clean_op()'s fast path
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 19 Mar 2021 17:22:41 +0000 (17:22 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 22 Mar 2021 13:42:53 +0000 (07:42 -0600)
commit4e6928e22b07ed50d1a79208ba3089e38a9eee43
tree3c3025fa3042cd283665db452c5eed4a449bd39e
parent20564fde0025480f2c7eac0f68f8e6140c8dffcb
io_uring: inline io_clean_op()'s fast path

Inline io_clean_op(), leaving __io_clean_op() but renaming it. This will
be used in following patches.

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