Skip to content

Commit e3dcf17

Browse files
juls0730AgentD
authored andcommitted
fixed fragment table size typo
1 parent 9f2d631 commit e3dcf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/format.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ The fragment table location in the superblock points to an array of 64 bit
908908
integers that store the on-disk locations of the metadata blocks containing
909909
the lookup table.
910910

911-
Each metadata block can store up to 512 entries (`8129 / 16`).
911+
Each metadata block can store up to 512 entries (`8192 / 16`).
912912

913913
The "unused" field is there for alignment and *SHOULD* be set to 0, however the
914914
Linux kernel currently ignores this field completely, making it impossible for

0 commit comments

Comments
 (0)