]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: don't assert when reporting on-disk corruption while loading btree
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 28 Jun 2018 20:11:57 +0000 (15:11 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 28 Jun 2018 20:11:57 +0000 (15:11 -0500)
commit1b49337e259a429a21ac9803b4936324f4cb4ed9
treefdda500050f263381f6c30ea55f62e4667135004
parent2d65306496c6cb924a5ca6e2a5dca4cfe150c8ec
xfs: don't assert when reporting on-disk corruption while loading btree

Source kernel commit: 17ba2cc7b5b9ee6a44baf5e169c8901f1f049ea8

Don't bother ASSERTing when we're already going to log and return the
corruption status.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_bmap.c