]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_scrub: use parent pointers to report lost file data
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:22 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:45:37 +0000 (18:45 -0700)
commit353b11b87fce33799b398a6aff0f961eb5473669
tree9f1d3c58f7d0c28af53fe005267d086c7a62e74f
parenta2656657e180c0a17d0eed28e587d73b75be7bcc
xfs_scrub: use parent pointers to report lost file data

If parent pointers are enabled, compute the path to the file while we're
doing the fsmap scan and report that, instead of walking the entire
directory tree to print the paths of the (hopefully few) files that lost
data.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
scrub/phase6.c