aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorZhang Yi <yi.zhang@huawei.com>2023-03-22 09:33:53 +0800
committerTheodore Ts'o <tytso@mit.edu>2023-06-26 19:35:13 -0400
commitbd5a594b5b1cfa14646bc29e6c7745c961025055 (patch)
treea4f0fbeb94dc6aeec0b5d6cccce9132ecfbfaab1 /Documentation/filesystems
parent7294505824254da9cb5ee6cb12d783c9eeea030e (diff)
downloadlinux-bd5a594b5b1cfa14646bc29e6c7745c961025055.tar.gz
ext4: update doc about journal superblock description
Update the description in doc about the s_head parameter in the journal superblock. Signed-off-by: Zhang Yi <yi.zhang@huawei.com> Link: https://lore.kernel.org/r/20230322013353.1843306-4-yi.zhang@huaweicloud.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/ext4/journal.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/filesystems/ext4/journal.rst b/Documentation/filesystems/ext4/journal.rst
index a6bef5293a6005..6e8fb2d4b46fed 100644
--- a/Documentation/filesystems/ext4/journal.rst
+++ b/Documentation/filesystems/ext4/journal.rst
@@ -260,8 +260,13 @@ which is 1024 bytes long:
- s_num_fc_blocks
- Number of fast commit blocks in the journal.
* - 0x58
+ - __be32
+ - s_head
+ - Block number of the head (first unused block) of the journal, only
+ up-to-date when the journal is empty.
+ * - 0x5C
- __u32
- - s_padding[42]
+ - s_padding[40]
-
* - 0xFC
- __be32