commit | e936945ee49693f40217db82a7db55c94e34ce4c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 16 11:00:08 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 19 14:11:34 2017 -0700 |
tree | d6c75fe16688ae714e40368a74b4e9c859f3d737 | |
parent | 118bb47e281cde728608633f1a358fb9f2ac0adc [diff] |
xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrub Create a function to extract an in-core inobt record from a generic btree_rec union so that scrub will be able to check inobt records and check inode block alignment. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>