commit | 8368a6019d5bbb8b56c140029dcf5ea570b638f1 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jan 08 10:51:00 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jan 08 10:54:45 2018 -0800 |
tree | 7d32eac68f733e84d3e12a67ab3d22bda41fc4d3 | |
parent | 59f6fec3bdb2aafc84d39f34000819d232182d71 [diff] |
xfs: refactor long-format btree header verification routines Create two helper functions to verify the headers of a long format btree block. We'll use this later for the realtime rmapbt. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>