On Wed, Jul 15, 2020 at 10:08:36AM -0400, Brian Foster wrote: > 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@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>