commit | 8e8877e6edf2b593fe488b6efa8b3b7cfba96738 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 16 11:00:13 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jun 20 10:45:21 2017 -0700 |
tree | 93df3cfc0a7355a5138bfaac42d51edafa13735d | |
parent | e7f5d5ca36e29fa3c9702f236b0ab73f63336080 [diff] |
xfs: return the hash value of a leaf1 directory block Modify the existing dir leafn lasthash function to enable us to calculate the highest hash value of a leaf1 block. This will be used by the directory scrubbing code to check the sanity of hashes in leaf1 directory blocks. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>