commit | 1f5c071d19aef379d0876929a598adcbc7f87986 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Jun 03 16:10:17 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 04 14:45:30 2018 -0700 |
tree | 18002725de13f17f23d26cac7b9bf442bb26d09e | |
parent | eeee0d6a9bc93eaa211918c203fde263d44fa20e [diff] |
xfs: don't ASSERT on short form btree root pointer of zero Don't ASSERT if the short form btree root pointer is zero. Now that we use xfs_verify_agbno to check all short form btree pointers, we'll let that log the error and pass it to the upper layers. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>