]> www.infradead.org Git - users/hch/xfsprogs.git/commit
repair: refactor ensure_rtgroup_file
authorChristoph Hellwig <hch@lst.de>
Wed, 17 Jul 2024 06:39:40 +0000 (08:39 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 17 Jul 2024 12:31:20 +0000 (14:31 +0200)
commit77d412d0ef5c21166f8e280320d3365d2fc7ba07
tree36078c68c0b8d0a7c40e4e41740bf531e8a46ead
parent59aeb1458ca18c0617517a00039a7596900f4e04
repair: refactor ensure_rtgroup_file

Refactor ensure_rtgroup_file so that re-population of the inodes is
handled by the callers, and by using the generic xfs_rtginode_create
helper instead of open coding it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
repair/phase6.c
repair/rmap.h
repair/rtrefcount_repair.c
repair/rtrmap_repair.c