commit | d4388d3c0988ec00787ad1f8e63b5e2a6abef1dc | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Feb 02 10:22:20 2015 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Mon Feb 02 10:22:20 2015 +1100 |
tree | f867bd4afd67499810e4d5b7a09339b45a4183ed | |
parent | 41c145271d79eae508321340b727d3e3c9a66664 [diff] |
xfs: factor extsize hint checking out of xfs_ioctl_setattr The extent size hint change checking is fairly complex, so isolate that into it's own function. This simplifies the logic flow of the setattr code, making it easier to read. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>