On Sun, Jun 03, 2018 at 04:22:41PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Don't ASSERT when we encounter bad on-disk btree pointers in the debug > check functions. Log the error to leave breadcrumbs and let the upper > layers deal with it. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > --- > fs/xfs/libxfs/xfs_btree.c | 23 ++++++++++++++++------- > 1 file changed, 16 insertions(+), 7 deletions(-) Isn't this the same checks that were in the last patch? Can you lift xfs_btree_check_ptr() out of the debug only code, and make the previous patch call it? Cheers, Dave. -- 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