]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_scrub: use parent pointers when possible to report file operations
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:23:21 +0000 (16:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:11 +0000 (17:01 -0700)
commit9a8b09762f9a52342e145e52d7bc58d28db754b4
tree4dbacd81821660157d2dd0d5c8317d353d1081a1
parent764d8cb864f7dc53fa258a07dc0f16546ae327fd
xfs_scrub: use parent pointers when possible to report file operations

If parent pointers are available, use them to supply file paths when
doing things to files, instead of merely printing the inode number.

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