]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: inline io_req_complete_fail_submit()
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 15 Apr 2022 21:08:32 +0000 (22:08 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Apr 2022 00:02:52 +0000 (18:02 -0600)
commitb7111211e19d063a60283afce3cfc28988171afe
treebd8201010b4619ebdba9ea2e885b9856dc0c5aba
parent87ae55adbb44a20bac9cd11558790f29218896b2
io_uring: inline io_req_complete_fail_submit()

Inline io_req_complete_fail_submit(), there is only one caller and the
name doesn't tell us much.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/fe5851af01dcd39fc84b71b8539c7cbe4658fb6d.1650056133.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c