]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_db: metadump metadir rt bitmap and summary files
authorChristoph Hellwig <hch@lst.de>
Wed, 7 Aug 2024 23:04:42 +0000 (16:04 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 14 Aug 2024 03:08:16 +0000 (20:08 -0700)
commitfa45058b5065b62d9ffc3465fa0961fa142a4eb9
tree92aa06ca791f7c0aee4c1d335bf37adf12697bcf
parentd092e95f841b85ebe48b638f43c32985d94886b0
xfs_db: metadump metadir rt bitmap and summary files

Don't skip dumping the data fork for regular files that are marked as
metadata inodes.  This catches rtbitmap and summary inodes on rtgroup
enabled file systems where their inode numbers aren't recorded in the
superblock.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
db/metadump.c