From 213780c6352d2f8e104aad7bd2304f23a3092a9c Mon Sep 17 00:00:00 2001 From: juls0730 <62722391+juls0730@users.noreply.github.com> Date: Thu, 21 Mar 2024 21:42:18 -0700 Subject: fixed fragment table size typo --- doc/format.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3