commit | ea7cdd7b7baffc40d1e60de7c93e5b1aabb3d081 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 16 11:00:11 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Jun 19 14:11:35 2017 -0700 |
tree | e531f5a38374af23f937742227c1e6a8680ef4b9 | |
parent | 92ff7285f1df5590d53ab7031f0b86552b59121d [diff] |
xfs: separate function to check if inode shares extents Separate the "clear reflink flag" function into one function that checks if the flag is needed, and a second function that checks and clears the flag. The inode scrub code will want to check the necessity of the flag without clearing it. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>