commit | 97a1b87ea7b2884fa9516c646385ca25475c4760 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 10 16:49:01 2016 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Mon Oct 10 16:49:01 2016 +1100 |
tree | 761afd1f622f3a9edbb10ffc2fd9b3c26dcdf7ca | |
parent | 024adf48702212b0af15c682a7ff9773e1e092d6 [diff] |
xfs: remove isize check from unshare operation Now that fallocate has an explicit unshare flag again, let's try to remove the inode reflink flag whenever the user unshares any part of a file since checking is cheap compared to the CoW. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reported-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>