xfs: kill xfs_ioctl_setattr behaviour mask
authorDave Chinner <dchinner@redhat.com>
Sun, 1 Feb 2015 23:16:25 +0000 (10:16 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 1 Feb 2015 23:16:25 +0000 (10:16 +1100)
commitfd179b9c3bdab682ae5bb3e10380a31853be179a
treecbeb0a160e0266aedc7552ba8a60adafdf3c6d20
parentf96291f6a39c2b60bede851efa059ba89e5f8277
xfs: kill xfs_ioctl_setattr behaviour mask

Now there is only one caller to xfs_ioctl_setattr that uses all the
functionality of the function we can kill the behviour mask and
start cleaning up the code.

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