Skip to content

Commit 8922630

Browse files
committed
io_uring: remove unnecessary forward declaration
We never use io_move_task_work_from_local() before it's defined in the file anyway, so kill the forward declaration. Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 17bc283 commit 8922630

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

io_uring/io_uring.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ static bool io_uring_try_cancel_requests(struct io_ring_ctx *ctx,
147147
bool cancel_all);
148148

149149
static void io_queue_sqe(struct io_kiocb *req);
150-
static void io_move_task_work_from_local(struct io_ring_ctx *ctx);
151150
static void __io_submit_flush_completions(struct io_ring_ctx *ctx);
152151

153152
struct kmem_cache *req_cachep;

0 commit comments

Comments
 (0)