From 9db566e5619e3919e4f07248ba2d00a95401d14d Mon Sep 17 00:00:00 2001 From: John Garry Date: Tue, 26 Nov 2024 09:08:47 +0000 Subject: [PATCH] man/man2/io_submit.2: Document RWF_NOAPPEND Document flag introduced in Linux v6.9. Cc: Rich Felker Cc: Christian Brauner Signed-off-by: John Garry Message-ID: <20241126090847.297371-3-john.g.garry@oracle.com> Signed-off-by: Alejandro Colomar --- man/man2/io_submit.2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/man/man2/io_submit.2 b/man/man2/io_submit.2 index c3d86b4c4..64292037d 100644 --- a/man/man2/io_submit.2 +++ b/man/man2/io_submit.2 @@ -141,6 +141,16 @@ as well the description of in .BR open (2). .TP +.BR RWF_NOAPPEND " (since Linux 6.9)" +Do not honor +.B O_APPEND +.BR open (2) +flag. +See the description of +.B RWF_NOAPPEND +in +.BR pwritev2 (2). +.TP .BR RWF_ATOMIC " (since Linux 6.11)" Write a block of data such that a write will never be torn from power fail or similar. -- 2.47.2