]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_db: metadump metadir rt bitmap and summary files
authorChristoph Hellwig <hch@lst.de>
Tue, 15 Oct 2024 19:44:21 +0000 (12:44 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:53 +0000 (13:44 -0700)
commit1c66a16a12ea10b75e53674fc6d8ce890ce5bcf8
treee93c9f707f188b88fd548991c54a858950617c70
parent14acfb7282af146cef5c1c578d739ddbd3baef17
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