]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove more ondisk directory corruption asserts
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 28 Aug 2019 16:08:09 +0000 (12:08 -0400)
committerEric Sandeen <sandeen@redhat.com>
Wed, 28 Aug 2019 16:08:09 +0000 (12:08 -0400)
commitffab1122ed7e4c0d9cbb6f3cbb510b9d886de2e1
treeee88ab1a28db2f90ec188d3274c659a8b511f3b9
parent7a0f3e61c90a8e8741bc1627975e4969d22fec1c
xfs: remove more ondisk directory corruption asserts

Source kernel commit: 858b44dc62a1018312fd9cbd15db24237a897e0e

Continue our game of replacing ASSERTs for corrupt ondisk metadata with
EFSCORRUPTED returns.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_da_btree.c
libxfs/xfs_dir2_node.c