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, 18 Apr 2022 01:23:58 +0000 (19:23 -0600)
commitaacdc8a67f52dc96bd9e36f85e7a99705020be3d
tree8fc8a86a30d6e0a48f4280445004c9e24a0b28a2
parentb68c8c0108f53daad9a3ced38653fc586466f4ad
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