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>
Wed, 20 Apr 2022 22:21:26 +0000 (16:21 -0600)
commit95f0da7a69f63a56e68594284caf709ec61ff088
treeb9e1337f42f0ec826243ce593a1e1d36f3a9b6d7
parent5ab4fc6d5c3f32272ce1a355b4c413b9d6f2da8f
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