commit | 96dbe1c6444ac99d935d37e23772e10f2307070e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Nov 07 11:48:17 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Nov 26 15:57:06 2024 -0800 |
tree | 5d60fa22867018a9de68bf620c229d50bbe65a7b | |
parent | 7e5b5ce0cdf2ced9f334d505862709cc6020c01f [diff] |
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>