Thread (37 messages) 37 messages, 6 authors, 2018-11-21
STALE2803d
Revisions (2)
  1. v1 current
  2. v2 [diff vs current]

[PATCH 1/7] aio: Comment use of IOCB_FLAG_IOPRIO aio flag

From: Damien Le Moal <hidden>
Date: 2018-11-19 14:13:53
Also in: linux-fsdevel
Subsystem: the rest · Maintainer: Linus Torvalds

Comment the use of the IOCB_FLAG_IOPRIO aio flag similarly to the
IOCB_FLAG_RESFD flag.

Signed-off-by: Damien Le Moal <redacted>
---
 include/uapi/linux/aio_abi.h | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/include/uapi/linux/aio_abi.h b/include/uapi/linux/aio_abi.h
index ce43d340f010..8387e0af0f76 100644
--- a/include/uapi/linux/aio_abi.h
+++ b/include/uapi/linux/aio_abi.h
@@ -50,6 +50,8 @@ enum {
  *
  * IOCB_FLAG_RESFD - Set if the "aio_resfd" member of the "struct iocb"
  *                   is valid.
+ * IOCB_FLAG_IOPRIO - Set if the "aio_reqprio" member of the "struct iocb"
+ *                    is valid.
  */
 #define IOCB_FLAG_RESFD		(1 << 0)
 #define IOCB_FLAG_IOPRIO	(1 << 1)
-- 
2.19.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help