commit | 52c732eee78b47ac2eb828b1c7fa611cd37b0090 | [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 | b84f6d406680b3bb5a9b6de2d70ab7c1dfe04993 | |
parent | f135761a73b18877bdfb44018fe993172c7be203 [diff] |
xfs: refactor btree block header checking functions Refactor the btree block header checks to have an internal function that returns the address of the failing check without logging errors. The scrubber will call the internal function, while the external version will maintain the current logging behavior. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>