aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2018-04-12 11:19:39 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2018-04-12 11:19:39 +0200
commit2f72816f868000d87444810733a689ebe4e54f46 (patch)
tree44c990d048dd7630eecb30af74ad8df3e4da3edf
parent21487837dae0245f6aa1e6dc1d554d55ab900455 (diff)
downloadman-pages-2f72816f8680.tar.gz
io_submit.2: Add kernel version numbers for various 'aio_rw_flags' flags
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/io_submit.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/io_submit.2 b/man2/io_submit.2
index 5c1a6bdff2..81592094e2 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