aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjuls0730 <62722391+juls0730@users.noreply.github.com>2024-03-21 21:42:18 -0700
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2024-05-02 14:12:28 +0200
commit213780c6352d2f8e104aad7bd2304f23a3092a9c (patch)
tree7108ba45bffdaf9b8c7c25292a2f62020262d7ab
parent161269971ce4cb9ee9cec9a59d81376d7b7c33aa (diff)
fixed fragment table size typo
-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