On Sat, May 09, 2020 at 09:31:14AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Replace this homegrown inode pointer verification function with the > libxfs checking helper. This one is a little tricky because this > function (unlike all of its verify_* siblings) returned 1 for bad and 0 > for good, so we must invert the checking logic. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>