aboutsummaryrefslogtreecommitdiff
path: root/io_uring/io_uring.h
diff options
context:
space:
mode:
authorGravatar Dylan Yudaken <dylany@meta.com> 2022-11-24 01:35:56 -0800
committerGravatar Jens Axboe <axboe@kernel.dk> 2022-11-25 06:10:04 -0700
commita77ab745f28d5ab2ce51d0e44e85af942bb77d47 (patch)
tree7315f496d68c8e5bb9b234905e62dd1491afc416 /io_uring/io_uring.h
parentio_uring: add io_aux_cqe which allows deferred completion (diff)
downloadlinux-a77ab745f28d5ab2ce51d0e44e85af942bb77d47.tar.gz
linux-a77ab745f28d5ab2ce51d0e44e85af942bb77d47.tar.bz2
linux-a77ab745f28d5ab2ce51d0e44e85af942bb77d47.zip
io_uring: make io_fill_cqe_aux static
This is only used in io_uring.c Signed-off-by: Dylan Yudaken <dylany@meta.com> Link: https://lore.kernel.org/r/20221124093559.3780686-7-dylany@meta.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/io_uring.h')
-rw-r--r--io_uring/io_uring.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/io_uring/io_uring.h b/io_uring/io_uring.h
index dd02adf3d0df..46694f40bf72 100644
--- a/io_uring/io_uring.h
+++ b/io_uring/io_uring.h
@@ -34,8 +34,6 @@ void io_req_defer_failed(struct io_kiocb *req, s32 res);
void io_req_complete_post(struct io_kiocb *req, unsigned issue_flags);
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,
- bool allow_overflow);
bool io_aux_cqe(struct io_ring_ctx *ctx, bool defer, u64 user_data, s32 res, u32 cflags,
bool allow_overflow);
void __io_commit_cqring_flush(struct io_ring_ctx *ctx);