From: "wangjianjian (C)" <wangjianjian3@huawei.com>
To: <tytso@mit.edu>, <adilger.kernel@dilger.ca>, <corbet@lwn.net>
Cc: <linux-ext4@vger.kernel.org>, <linux-doc@vger.kernel.org>
Subject: [PATCH] ext4, doc: Fix incorrect h_reserved size
Date: Thu, 31 Mar 2022 14:37:48 +0800 [thread overview]
Message-ID: <34889f32-7dd9-125e-2f7a-734faa395d20@huawei.com> (raw)
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
next reply other threads:[~2022-03-31 6:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-31 6:37 wangjianjian (C) [this message]
2022-04-01 12:07 ` [PATCH] ext4, doc: Fix incorrect h_reserved size wangjianjian (C)
2022-04-03 14:53 ` Theodore Ts'o
2022-04-16 8:58 ` Jonathan Corbet
2022-04-19 8:31 ` wangjianjian (C)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=34889f32-7dd9-125e-2f7a-734faa395d20@huawei.com \
--to=wangjianjian3@huawei.com \
--cc=adilger.kernel@dilger.ca \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox