linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ext4, doc: Fix incorrect h_reserved size
@ 2022-03-31  6:37 wangjianjian (C)
  2022-04-01 12:07 ` wangjianjian (C)
  2022-04-16  8:58 ` Jonathan Corbet
  0 siblings, 2 replies; 5+ messages in thread
From: wangjianjian (C) @ 2022-03-31  6:37 UTC (permalink / raw)
  To: tytso, adilger.kernel, corbet; +Cc: linux-ext4, linux-doc

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 <wangjianjian3@huawei.com>
---
  Documentation/filesystems/ext4/attributes.rst | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/filesystems/ext4/attributes.rst 
b/Documentation/filesystems/ext4/attributes.rst
index 54386a010a8d..871d2da7a0a9 100644
--- a/Documentation/filesystems/ext4/attributes.rst
+++ b/Documentation/filesystems/ext4/attributes.rst
@@ -76,7 +76,7 @@ The beginning of an extended attribute block is in
       - Checksum of the extended attribute block.
     * - 0x14
       - \_\_u32
-     - h\_reserved[2]
+     - h\_reserved[3]
       - Zero.

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-19  8:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-31  6:37 [PATCH] ext4, doc: Fix incorrect h_reserved size wangjianjian (C)
2022-04-01 12:07 ` wangjianjian (C)
2022-04-03 14:53   ` Theodore Ts'o
2022-04-16  8:58 ` Jonathan Corbet
2022-04-19  8:31   ` wangjianjian (C)

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).