Darrick J. Wong a605e86912 xfs: fix btree scrub deref check
The btree scrubber has some custom code to retrieve and check a btree
block via xfs_btree_lookup_get_block.  This function will either return
an error code (verifiers failed) or a *pblock will be untouched (bad
pointer).  Since we previously set *pblock to NULL, we need to check
*pblock, not pblock, to trigger the early bailout.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
2017-11-09 09:10:45 -08:00
..
2017-11-09 09:10:45 -08:00
2017-10-26 15:38:26 -07:00
2016-10-04 11:05:44 -07:00
2017-09-02 08:22:19 -07:00
2017-10-26 15:38:25 -07:00
2017-04-03 15:18:17 -07:00
2017-10-26 15:38:27 -07:00
2017-10-26 15:38:25 -07:00
2017-10-26 15:38:27 -07:00
2017-08-04 13:43:36 -07:00
2017-10-18 18:51:27 -04:00
2017-04-03 15:18:17 -07:00
2017-09-01 10:55:30 -07:00
2017-09-01 10:55:30 -07:00