hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/uapi/linux/aio_abi.h
....@@ -50,6 +50,8 @@
5050 *
5151 * IOCB_FLAG_RESFD - Set if the "aio_resfd" member of the "struct iocb"
5252 * is valid.
53
+ * IOCB_FLAG_IOPRIO - Set if the "aio_reqprio" member of the "struct iocb"
54
+ * is valid.
5355 */
5456 #define IOCB_FLAG_RESFD (1 << 0)
5557 #define IOCB_FLAG_IOPRIO (1 << 1)