diff options
author | Jens Axboe <axboe@kernel.dk> | 2024-03-18 20:48:38 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-04-15 08:10:25 -0600 |
commit | e10677a8f6980dbae2e866b8320d90bae07e87ee (patch) | |
tree | 2e143555c43bdeec35bc7966bef6f459849d8114 /io_uring/uring_cmd.h | |
parent | 5eff57fa9f3aae3acbcaf196af507eec58955f3b (diff) | |
download | lwn-e10677a8f6980dbae2e866b8320d90bae07e87ee.tar.gz lwn-e10677a8f6980dbae2e866b8320d90bae07e87ee.zip |
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.h | 1 |
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, |