commit | 8bb82bc12a9e75dd47047d9a2e53135cc5e5787b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Mar 23 10:06:55 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Mar 23 18:05:08 2018 -0700 |
tree | c8711c994653806d7e6604f3ec7649aac8affb11 | |
parent | 1b44a6aecc1193336f228204d2f3ae9f7737e78c [diff] |
xfs: move inode extent size hint validation to libxfs Extent size hint validation is used by scrub to decide if there's an error, and it will be used by repair to decide to remove the hint. Since these use the same validation functions, move them to libxfs. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>