aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Herbolt <lukas@herbolt.com>2021-03-25 19:47:00 -0700
committerDarrick J. Wong <djwong@kernel.org>2021-04-02 15:42:12 -0700
commite01cf4812b742171a5f918f77ed1da2a7e6d2c29 (patch)
treec2e59e1160daca3aec2e8891c3c61a0d9fa06667
parent443df980c3d6256f4c58613ac4f898d9cec2f415 (diff)
downloadxfs-documentation-e01cf4812b742171a5f918f77ed1da2a7e6d2c29.tar.gz
xfsdocs: Small fix to correct first free inode to be 5847 not 5856.
Fix a minor math error in the demonstration of inode btrees. Signed-off-by: Lukas Herbolt <lukas@herbolt.com> [djwong: tweak the commit message a bit] Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
-rw-r--r--design/XFS_Filesystem_Structure/allocation_groups.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/XFS_Filesystem_Structure/allocation_groups.asciidoc b/design/XFS_Filesystem_Structure/allocation_groups.asciidoc
index 992615d..cdc8545 100644
--- a/design/XFS_Filesystem_Structure/allocation_groups.asciidoc
+++ b/design/XFS_Filesystem_Structure/allocation_groups.asciidoc
@@ -1099,7 +1099,7 @@ recs[1-85] = [startino,freecount,free]
Most of the inode chunks on this filesystem are totally full, since the +free+
value is zero. This means that we ought to expect inode 160 to be linked
somewhere in the directory structure. However, notice that 0xff80000000000000
-in record 85 -- this means that we would expect inode 5856 to be free. Moving
+in record 85 -- this means that we would expect inode 5847 to be free. Moving
on to the free inode B+tree, we see that this is indeed the case:
----