Files
Ming Lei 8f52699a09 io_uring: add helper io_uring_cmd_ctx_handle()
JIRA: https://issues.redhat.com/browse/RHEL-106845

commit 3a91f28fab43f093c72312148288d125ae160c2d
Author: Ming Lei <ming.lei@redhat.com>
Date:   Thu May 22 23:20:39 2025 +0800

    io_uring: add helper io_uring_cmd_ctx_handle()

    Add helper io_uring_cmd_ctx_handle() for driver to track per-context
    resource, such as registered kernel io buffer.

    Suggested-by: Caleb Sander Mateos <csander@purestorage.com>
    Signed-off-by: Ming Lei <ming.lei@redhat.com>
    Reviewed-by: Caleb Sander Mateos <csander@purestorage.com>
    Link: https://lore.kernel.org/r/20250522152043.399824-2-ming.lei@redhat.com
    Signed-off-by: Jens Axboe <axboe@kernel.dk>

Signed-off-by: Ming Lei <ming.lei@redhat.com>
2025-08-26 12:17:22 +08:00
..