]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_db: enable rtconvert to handle segmented rtblocks
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:24:36 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:33 +0000 (18:01 -0800)
commit9030724674819d1a019d70f137c9e65193c66db8
treee831f03ff0c92f24621f57d852a063b769d3fa1d
parentcffeab56210546d11a9642f25f5dfca74b7cc4d9
xfs_db: enable rtconvert to handle segmented rtblocks

Now that we've turned xfs_rtblock_t into a segmented address and
xfs_rtxnum_t into a per-rtgroup address, port the rtconvert debugger
command to handle the unit conversions correctly.  Also add an example
of the bitmap/summary-related conversion commands to the manpage.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
db/convert.c
man/man8/xfs_db.8