summaryrefslogtreecommitdiff
path: root/io_uring/uring_cmd.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-03-19 05:48:38 +0300
committerJens Axboe <axboe@kernel.dk>2024-04-15 17:10:25 +0300
commite10677a8f6980dbae2e866b8320d90bae07e87ee (patch)
tree2e143555c43bdeec35bc7966bef6f459849d8114 /io_uring/uring_cmd.h
parent5eff57fa9f3aae3acbcaf196af507eec58955f3b (diff)
downloadlinux-e10677a8f6980dbae2e866b8320d90bae07e87ee.tar.xz
io_uring: drop ->prep_async()
It's now unused, drop the code related to it. This includes the io_issue_defs->manual alloc field. While in there, and since ->async_size is now being used a bit more frequently and in the issue path, move it to io_issue_defs[]. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/uring_cmd.h')
-rw-r--r--io_uring/uring_cmd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_uring/uring_cmd.h b/io_uring/uring_cmd.h
index b0ccff7091ee..477ea8865639 100644
--- a/io_uring/uring_cmd.h
+++ b/io_uring/uring_cmd.h
@@ -9,7 +9,6 @@ struct uring_cache {
int io_uring_cmd(struct io_kiocb *req, unsigned int issue_flags);
int io_uring_cmd_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);
-int io_uring_cmd_prep_async(struct io_kiocb *req);
void io_uring_cache_free(struct io_cache_entry *entry);
bool io_uring_try_cancel_uring_cmd(struct io_ring_ctx *ctx,