]> www.infradead.org Git - users/hch/xfs-documentation.git/commit
design: document the actual ondisk superblock
authorDarrick J. Wong <djwong@kernel.org>
Thu, 7 Nov 2024 19:48:17 +0000 (11:48 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 26 Nov 2024 23:57:06 +0000 (15:57 -0800)
commit96dbe1c6444ac99d935d37e23772e10f2307070e
tree5d60fa22867018a9de68bf620c229d50bbe65a7b
parent7e5b5ce0cdf2ced9f334d505862709cc6020c01f
design: document the actual ondisk superblock

struct xfs_dsb is the ondisk superblock, not struct xfs_sb.  Replace the
struct definition with the one for the the ondisk superblock.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
design/XFS_Filesystem_Structure/superblock.asciidoc