]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: use libxfs_metafile_iget for quota/rt inodes
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:44:03 +0000 (12:44 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:47 +0000 (13:44 -0700)
commit2b5ca9713d806b485d87ae6783ecc24fcc261cdc
tree7a96439de6d931524a4da73f5540e7d4586e1be0
parent3f9c16e02a07976d8a562c44445bd5c99354fc76
xfs_repair: use libxfs_metafile_iget for quota/rt inodes

Use the new iget function for these metadata files so that we can check
types, etc.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
repair/phase6.c
repair/quotacheck.c
repair/rt.c