From 2f72816f868000d87444810733a689ebe4e54f46 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 12 Apr 2018 11:19:39 +0200 Subject: [PATCH] io_submit.2: Add kernel version numbers for various 'aio_rw_flags' flags Signed-off-by: Michael Kerrisk --- man2/io_submit.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/io_submit.2 b/man2/io_submit.2 index 5c1a6bdff..81592094e 100644 --- a/man2/io_submit.2 +++ b/man2/io_submit.2 @@ -89,7 +89,7 @@ The field is ignored. The file offset is not changed. .TP -.B RWF_DSYNC +.BR RWF_DSYNC " (since Linux 4.7)" Write operation complete according to requirement of synchronized I/O data integrity. See the description of the flag of the same name in @@ -99,10 +99,10 @@ as well the description of in .BR open (2). .TP -.B RWF_HIPRI +.BR RWF_HIPRI " (since Linux 4.6)" High priority request, poll if possible .TP -.B RWF_NOWAIT +.BR RWF_NOWAIT " (since Linux 4.14)" Don't wait if the I/O will block for operations such as file block allocations, dirty page flush, mutex locks, or a congested block device inside the kernel. @@ -116,7 +116,7 @@ field of the structure (see .BR io_getevents (2)). .TP -.B RWF_SYNC +.BR RWF_SYNC " (since Linux 4.7)" Write operation complete according to requirement of synchronized I/O file integrity. See the description of the flag of the same name in