commit | 85ae01098c1a6a8e3ce908f8808f2d8f8effdbe3 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Jun 03 16:10:12 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 04 18:25:05 2018 -0700 |
tree | 9a5fdf57b2af55ce2025110963db9432ac4f11c7 | |
parent | e63a1008ee08334ea6a9c9edb59b1d2763f5b231 [diff] |
xfs: don't assert when on-disk btree pointers are garbage 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@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>