]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_db: metadump metadir rt bitmap and summary files
authorChristoph Hellwig <hch@lst.de>
Thu, 21 Nov 2024 00:24:37 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:34 +0000 (18:01 -0800)
commit6ba6f3933ee6af32c4a2187b742788cb21831bc6
treed4a2ec24c2be56ae0c94fbff93df884172f06506
parent47ead87bff832d2e59440a709318afec6c1699ed
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
db/metadump.c