* [PATCH -next] io_uring: Remove unused declaration io_alloc_async_data()
@ 2025-03-05 1:34 Yue Haibing
2025-03-07 21:09 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Yue Haibing @ 2025-03-05 1:34 UTC (permalink / raw)
To: axboe, asml.silence; +Cc: io-uring, linux-kernel, yuehaibing
Commit ef623a647f42 ("io_uring: Move old async data allocation helper
to header") leave behind this unused declaration.
Signed-off-by: Yue Haibing <[email protected]>
---
io_uring/io_uring.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/io_uring/io_uring.h b/io_uring/io_uring.h
index daf0e3b740ee..b95dab77e32d 100644
--- a/io_uring/io_uring.h
+++ b/io_uring/io_uring.h
@@ -88,7 +88,6 @@ struct file *io_file_get_fixed(struct io_kiocb *req, int fd,
void __io_req_task_work_add(struct io_kiocb *req, unsigned flags);
void io_req_task_work_add_remote(struct io_kiocb *req, struct io_ring_ctx *ctx,
unsigned flags);
-bool io_alloc_async_data(struct io_kiocb *req);
void io_req_task_queue(struct io_kiocb *req);
void io_req_task_complete(struct io_kiocb *req, io_tw_token_t tw);
void io_req_task_queue_fail(struct io_kiocb *req, int ret);
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-07 21:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-05 1:34 [PATCH -next] io_uring: Remove unused declaration io_alloc_async_data() Yue Haibing
2025-03-07 21:09 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox