mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 17:25:38 +00:00
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>
This commit is contained in:
parent
7294505824
commit
bd5a594b5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user