aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjuls0730 <62722391+juls0730@users.noreply.github.com>2024-03-21 21:42:18 -0700
committerDavid Oberhollenzer <goliath@infraroot.at>2024-03-24 00:00:58 +0100
commite3dcf1770fd77a0babcca422dcbe7b2cc7b8ab90 (patch)
tree3e59a8f692ece9c0102f97ece3d1e4803af5cdfc
parent9f2d63162e82d423faeda9c7449d6edd819e4591 (diff)
fixed fragment table size typoHEADmaster
-rw-r--r--doc/format.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/format.adoc b/doc/format.adoc
index e3b2e0d..f26bf8a 100644
--- a/doc/format.adoc
+++ b/doc/format.adoc
@@ -908,7 +908,7 @@ The fragment table location in the superblock points to an array of 64 bit
integers that store the on-disk locations of the metadata blocks containing
the lookup table.
-Each metadata block can store up to 512 entries (`8129 / 16`).
+Each metadata block can store up to 512 entries (`8192 / 16`).
The "unused" field is there for alignment and *SHOULD* be set to 0, however the
Linux kernel currently ignores this field completely, making it impossible for