Skip to content

Commit 7102ffe

Browse files
wangjianjian (C)tytso
authored andcommitted
ext4, doc: fix incorrect h_reserved size
According to document and code, ext4_xattr_header's size is 32 bytes, so h_reserved size should be 3. Signed-off-by: Wang Jianjian <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]> Cc: [email protected]
1 parent 2da3762 commit 7102ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/filesystems/ext4/attributes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The beginning of an extended attribute block is in
7676
- Checksum of the extended attribute block.
7777
* - 0x14
7878
- \_\_u32
79-
- h\_reserved[2]
79+
- h\_reserved[3]
8080
- Zero.
8181

8282
The checksum is calculated against the FS UUID, the 64-bit block number

0 commit comments

Comments
 (0)