Skip to content

Commit ed7ee6a

Browse files
johnpgarrybrauner
authored andcommitted
statx: Update offset commentary for struct statx
In commit 2a82bb0 ("statx: stx_subvol"), a new member was added to struct statx, but the offset comment was not correct. Update it. Signed-off-by: John Garry <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent db003a2 commit ed7ee6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/stat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ struct statx {
126126
__u64 stx_mnt_id;
127127
__u32 stx_dio_mem_align; /* Memory buffer alignment for direct I/O */
128128
__u32 stx_dio_offset_align; /* File offset alignment for direct I/O */
129-
__u64 stx_subvol; /* Subvolume identifier */
130129
/* 0xa0 */
130+
__u64 stx_subvol; /* Subvolume identifier */
131131
__u64 __spare3[11]; /* Spare space for future expansion */
132132
/* 0x100 */
133133
};

0 commit comments

Comments
 (0)