commit | f135761a73b18877bdfb44018fe993172c7be203 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 17 21:37:33 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 26 15:38:23 2017 -0700 |
tree | d85500b46f1681192e9c8c9d5a7d81144a72dd66 | |
parent | 21ec54168b368f1a98097dee00625ec8ec2d47f3 [diff] |
xfs: refactor btree pointer checks Refactor the btree pointer checks so that we can call them from the scrub code without logging errors to dmesg. Preserve the existing error reporting for regular operations. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>