X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=io_uring%2Fopdef.h;h=df7e13d9bfba75664d9cf2fc8cbec68bc0c9f8d9;hb=refs%2Fheads%2Ftizen-6.1.y;hp=3efe06d25473ac39508f5651a24d252dd666d02e;hpb=778ce723e93ee803ef5883619fe2391e00dbc209;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/io_uring/opdef.h b/io_uring/opdef.h index 3efe06d..df7e13d 100644 --- a/io_uring/opdef.h +++ b/io_uring/opdef.h @@ -25,6 +25,8 @@ struct io_op_def { unsigned ioprio : 1; /* supports iopoll */ unsigned iopoll : 1; + /* have to be put into the iopoll list */ + unsigned iopoll_queue : 1; /* opcode specific path will handle ->async_data allocation if needed */ unsigned manual_alloc : 1; /* size of async data needed, if any */