]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
repair: remove custom dir2 sf fork verifier from phase6
authorBrian Foster <bfoster@redhat.com>
Wed, 5 Aug 2020 18:02:42 +0000 (14:02 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 5 Aug 2020 18:02:42 +0000 (14:02 -0400)
commit2703aa2c40bdd2c45313a040f0525d980044fbeb
tree8aeb351f532572a45250bfb2783046762d807ea7
parent993ca3ee0ad4ef5e08eda1eeffea86b776114d28
repair: remove custom dir2 sf fork verifier from phase6

The custom verifier exists to catch the case of repair setting a
dummy parent value of zero on directory inodes and temporarily
replace it with a valid inode number so the rest of the directory
verification can proceed. The custom verifier is no longer needed
now that the rootino is used as a dummy value for invalid on-disk
parent values.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
repair/phase6.c