]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: factor extsize hint checking out of xfs_ioctl_setattr
authorDave Chinner <dchinner@redhat.com>
Sun, 1 Feb 2015 23:22:20 +0000 (10:22 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 1 Feb 2015 23:22:20 +0000 (10:22 +1100)
commit34573112cfecab736971fa6c888a9d87cd2e3710
treef867bd4afd67499810e4d5b7a09339b45a4183ed
parente97c80a3b74e18a67db73b7e3a815e7f75a14d60
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>
fs/xfs/xfs_ioctl.c