diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2022-11-17 18:41:06 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-11-21 07:45:19 -0700 |
commit | f9d567c75ec216447f36da6e855500023504fa04 (patch) | |
tree | 7ff1feb83a3c744c6a55ceac009b91b2f4e257d0 /io_uring/io_uring.h | |
parent | d75936062049522172a107c994242b76c89777f9 (diff) | |
download | lwn-f9d567c75ec216447f36da6e855500023504fa04.tar.gz lwn-f9d567c75ec216447f36da6e855500023504fa04.zip |
io_uring: inline __io_req_complete_post()
There is only one user of __io_req_complete_post(), inline it.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/ef4c9059950a3da5cf68df00f977f1fd13bd9306.1668597569.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/io_uring.h')
-rw-r--r-- | io_uring/io_uring.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/io_uring/io_uring.h b/io_uring/io_uring.h index 38d9e149d2db..69fbd27c7577 100644 --- a/io_uring/io_uring.h +++ b/io_uring/io_uring.h @@ -32,7 +32,6 @@ int io_run_local_work(struct io_ring_ctx *ctx); void io_req_complete_failed(struct io_kiocb *req, s32 res); void __io_req_complete(struct io_kiocb *req, unsigned issue_flags); void io_req_complete_post(struct io_kiocb *req); -void __io_req_complete_post(struct io_kiocb *req); bool io_post_aux_cqe(struct io_ring_ctx *ctx, u64 user_data, s32 res, u32 cflags, bool allow_overflow); bool io_fill_cqe_aux(struct io_ring_ctx *ctx, u64 user_data, s32 res, u32 cflags, |