We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff12617 commit 0fdb9a1Copy full SHA for 0fdb9a1
io_uring/io_uring.c
@@ -666,7 +666,7 @@ static void __io_cq_unlock_post_flush(struct io_ring_ctx *ctx)
666
}
667
668
669
-void io_cq_unlock_post(struct io_ring_ctx *ctx)
+static void io_cq_unlock_post(struct io_ring_ctx *ctx)
670
__releases(ctx->completion_lock)
671
{
672
io_commit_cqring(ctx);
io_uring/io_uring.h
@@ -110,8 +110,6 @@ static inline void io_req_task_work_add(struct io_kiocb *req)
110
#define io_for_each_link(pos, head) \
111
for (pos = (head); pos; pos = pos->link)
112
113
-void io_cq_unlock_post(struct io_ring_ctx *ctx);
114
-
115
static inline struct io_uring_cqe *io_get_cqe_overflow(struct io_ring_ctx *ctx,
116
bool overflow)
117
0 commit comments