Message ID | 147988436636.12225.3639807183440429674.stgit@birch.djwong.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Looks good,
Reviewed-by: Christoph Hellwig <hch@lst.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/design/XFS_Filesystem_Structure/allocation_groups.asciidoc b/design/XFS_Filesystem_Structure/allocation_groups.asciidoc index 38d7357..51ca57d 100644 --- a/design/XFS_Filesystem_Structure/allocation_groups.asciidoc +++ b/design/XFS_Filesystem_Structure/allocation_groups.asciidoc @@ -636,7 +636,7 @@ The size of the reference count B+tree in this allocation group, in blocks. *agf_refcount_root*:: Block number for the root of the reference count B+tree, if enabled. -*agf_refcount_root*:: +*agf_refcount_level*:: Depth of the reference count B+tree, if enabled. *agf_spare64*::
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> --- .../allocation_groups.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html