From a5f821350fdddf9abe2ae00c6813a27e1022c35b Mon Sep 17 00:00:00 2001 From: Zachary Dremann Date: Sat, 23 Mar 2024 20:25:34 -0400 Subject: [PATCH] Update to newest doc from squashfs-tools-ng --- squashfs/squashfs.adoc | 2 +- squashfs/squashfs.html | 20 +++++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/squashfs/squashfs.adoc b/squashfs/squashfs.adoc index e3b2e0d..f26bf8a 100644 --- a/squashfs/squashfs.adoc +++ b/squashfs/squashfs.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 diff --git a/squashfs/squashfs.html b/squashfs/squashfs.html index 23b1d81..7b6ea22 100644 --- a/squashfs/squashfs.html +++ b/squashfs/squashfs.html @@ -4,7 +4,7 @@ - + Squashfs Binary Format