kernel/include/uapi/linux/aio_abi.h
.. .. @@ -50,6 +50,8 @@ 50 50 * 51 51 * IOCB_FLAG_RESFD - Set if the "aio_resfd" member of the "struct iocb" 52 52 * is valid. 53 + * IOCB_FLAG_IOPRIO - Set if the "aio_reqprio" member of the "struct iocb"54 + * is valid.53 55 */ 54 56 #define IOCB_FLAG_RESFD (1 << 0) 55 57 #define IOCB_FLAG_IOPRIO (1 << 1)