* [man-pages PATCH] statx.2: correctly document STATX_ALL
@ 2022-06-14 3:44 Eric Biggers
0 siblings, 0 replies; only message in thread
From: Eric Biggers @ 2022-06-14 3:44 UTC (permalink / raw)
To: linux-man; +Cc: linux-fsdevel, Miklos Szeredi, David Howells, Christoph Hellwig
From: Eric Biggers <ebiggers@google.com>
Since kernel commit 581701b7efd6 ("uapi: deprecate STATX_ALL"),
STATX_ALL is deprecated. It doesn't include STATX_MNT_ID, and it won't
include any future flags. Update the man page accordingly.
Signed-off-by: Eric Biggers <ebiggers@google.com>
---
man2/statx.2 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/man2/statx.2 b/man2/statx.2
index a8620be6f..561e64f7b 100644
--- a/man2/statx.2
+++ b/man2/statx.2
@@ -244,8 +244,9 @@ STATX_SIZE Want stx_size
STATX_BLOCKS Want stx_blocks
STATX_BASIC_STATS [All of the above]
STATX_BTIME Want stx_btime
+STATX_ALL The same as STATX_BASIC_STATS | STATX_BTIME.
+ This is deprecated and should not be used.
STATX_MNT_ID Want stx_mnt_id (since Linux 5.8)
-STATX_ALL [All currently available fields]
.TE
.in
.PP
base-commit: 756761bf7f23e6fd679d708a1c2d1e94547f4fce
--
2.36.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-06-14 3:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-14 3:44 [man-pages PATCH] statx.2: correctly document STATX_ALL Eric Biggers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).