io_uring: add IORING_SETUP_SINGLE_ISSUER
[platform/kernel/linux-starfive.git] / io_uring / io_uring_types.h
index 1f8db2d..8b00243 100644 (file)
@@ -243,6 +243,7 @@ struct io_ring_ctx {
        /* Keep this last, we don't need it for the fast path */
 
        struct io_restriction           restrictions;
+       struct task_struct              *submitter_task;
 
        /* slow path rsrc auxilary data, used by update/register */
        struct io_rsrc_node             *rsrc_backup_node;