]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: build a parent pointer index
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:23:26 +0000 (16:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:12 +0000 (17:01 -0700)
commit80763b46791c32f5d7c7f855bb4e2f7cb5784b58
tree289e8ca1f4642645fb3a56043a486228bd7620ed
parent27e6390054c4f250728b687421e3afd99e0695e5
xfs_repair: build a parent pointer index

When we're walking directories during phase 6, build an index of parent
pointers that we expect to find.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/Makefile
repair/phase6.c
repair/pptr.c [new file with mode: 0644]
repair/pptr.h [new file with mode: 0644]