]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_db: fix 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>
Thu, 28 Nov 2024 02:33:18 +0000 (18:33 -0800)
commit9d9de1cd38d3a255dba81de1353eadec1ae5b5ec
tree6df17e1d85f7f2c257d78c08f1b17d05afeb4943
parent6564171ded841233a620e03764b87e982adf3d34
xfs_db: fix 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>
db/convert.c
man/man8/xfs_db.8