From 2fc4bf025adba6cb7dbc0beb3ebc2a4df48854ae Mon Sep 17 00:00:00 2001 From: John Garry Date: Thu, 19 Jun 2025 15:44:54 +0000 Subject: [PATCH] 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 Message-ID: <20250619154455.321848-2-john.g.garry@oracle.com> Signed-off-by: Alejandro Colomar --- man/man2/statx.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man2/statx.2 b/man/man2/statx.2 index ef7dbbcf9..273d80711 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 -- 2.47.2