]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Sun, 11 Apr 2021 23:41:59 +0000 (17:41 -0600)
commitf636d9ec6315de31505875e4caea87911f9ef7e0
treeaa91b2f3fce7cc68d42e61227e9c8e62e96d40cb
parentdcb38f1a3178fcc0e1707b35bf8ade54846d7492
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