diff options
author | John Garry <john.g.garry@oracle.com> | 2025-06-19 15:44:54 +0000 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2025-06-28 16:51:41 +0200 |
commit | 2fc4bf025adba6cb7dbc0beb3ebc2a4df48854ae (patch) | |
tree | 462fca888f5af891e60c23fc0bcf19b856967225 | |
parent | 591bef7177364e16ba7e9ed7171fbb01eb458258 (diff) | |
download | man-pages-2fc4bf025adba6cb7dbc0beb3ebc2a4df48854ae.tar.gz |
man/man2/statx.2: Properly align stx_dio_read_offset_align
Align this member in struct statx with the members above it.
Signed-off-by: John Garry <john.g.garry@oracle.com>
Message-ID: <20250619154455.321848-2-john.g.garry@oracle.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r-- | man/man2/statx.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man2/statx.2 b/man/man2/statx.2 index ef7dbbcf90..273d80711a 100644 --- a/man/man2/statx.2 +++ b/man/man2/statx.2 @@ -73,7 +73,7 @@ struct statx { __u32 stx_atomic_write_segments_max; \& /* File offset alignment for direct I/O reads */ - __u32 stx_dio_read_offset_align; + __u32 stx_dio_read_offset_align; }; .EE .in |