commit | 3f883f5bb197b6fe4e6f461362782aa7b0e89cb6 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Mar 06 17:08:31 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sun Mar 11 20:27:56 2018 -0700 |
tree | be146062a5e804c86fae83990f4f838748253ff1 | |
parent | 8241f7f983b972823431d762f7c3c9fe0f2a7b00 [diff] |
xfs: convert a few more directory asserts to corruption Yet another round of playing whack-a-mole with directory code that asserts on corrupt on-disk metadata when it really should be returning -EFSCORRUPTED instead of ASSERTing. Found by a xfs/391 crash while lastbit fuzzing of ltail.bestcount. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>