mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
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>
This commit is contained in:
parent
17bc28374c
commit
89226307b1
|
|
@ -147,7 +147,6 @@ static bool io_uring_try_cancel_requests(struct io_ring_ctx *ctx,
|
|||
bool cancel_all);
|
||||
|
||||
static void io_queue_sqe(struct io_kiocb *req);
|
||||
static void io_move_task_work_from_local(struct io_ring_ctx *ctx);
|
||||
static void __io_submit_flush_completions(struct io_ring_ctx *ctx);
|
||||
|
||||
struct kmem_cache *req_cachep;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user