On Mon, Nov 06, 2017 at 05:03:52PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > The btree scrubber has some custom code to retrieve and check a btree > block via xfs_btree_lookup_get_block. This function will either return > an error code (verifiers failed) or a *pblock will be untouched (bad > pointer). Since we previously set *pblock to NULL, we need to check > *pblock, not pblock, to trigger the early bailout. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Ah, the dangers of double pointers. Looks good. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html