]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_db: support passing the realtime device to the debugger
authorDarrick J. Wong <djwong@kernel.org>
Tue, 29 Oct 2024 00:03:31 +0000 (17:03 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 31 Oct 2024 22:45:04 +0000 (15:45 -0700)
commite84718ec0a40ebb2babc7f5c791a4eacbf475912
tree78d96eda9c84a2668a26f51b99f0557cbb6de325
parent1cf7afbc0c8bcb450ebc3acab7616c9da49087de
xfs_db: support passing the realtime device to the debugger

Create a new -R flag so that sysadmins can pass the realtime device to
the xfs debugger.  Since we can now have superblocks on the rt device,
we need this to be able to inspect/dump/etc.

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