Thread (8 messages) 8 messages, 2 authors, 2018-11-20
STALE2799d REVIEWED: 5 (4M)
Revisions (2)
  1. v1 [diff vs current]
  2. v2 current

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

From: Damien Le Moal <hidden>
Date: 2018-11-20 12:19:21
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.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <redacted>
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