commit | e7b89481017b2111d188afd70bbd0da9e9b94cc9 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Jan 04 16:44:15 2016 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Mon Jan 04 16:44:15 2016 +1100 |
tree | 453a3b6c8e825eb7f340833c2711535fa5ddff30 | |
parent | 334e580a6f97e2e84d1c19a8679603956acaa622 [diff] |
xfs: use FS_XFLAG definitions directly Now that the ioctls have been hoisted up to the VFS level, use the VFs definitions directly and remove the XFS specific definitions completely. Userspace is going to have to handle the change of this interface separately, so removing the definitions from xfs_fs.h is not an issue here at all. Signed-off-by: Dave Chinner <dchinner@redhat.com>