diff options
author | Dave Chinner <dchinner@redhat.com> | 2016-01-04 06:44:15 +0100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-01-04 06:44:15 +0100 |
commit | e7b89481017b2111d188afd70bbd0da9e9b94cc9 (patch) | |
tree | 453a3b6c8e825eb7f340833c2711535fa5ddff30 /fs/xfs/libxfs/xfs_format.h | |
parent | fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion (diff) | |
download | linux-e7b89481017b2111d188afd70bbd0da9e9b94cc9.tar.xz linux-e7b89481017b2111d188afd70bbd0da9e9b94cc9.zip |
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>
Diffstat (limited to 'fs/xfs/libxfs/xfs_format.h')
-rw-r--r-- | fs/xfs/libxfs/xfs_format.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/libxfs/xfs_format.h b/fs/xfs/libxfs/xfs_format.h index 8774498ce0ff..f28eeabb9454 100644 --- a/fs/xfs/libxfs/xfs_format.h +++ b/fs/xfs/libxfs/xfs_format.h @@ -984,8 +984,6 @@ static inline void xfs_dinode_put_rdev(struct xfs_dinode *dip, xfs_dev_t rdev) /* * Values for di_flags - * There should be a one-to-one correspondence between these flags and the - * XFS_XFLAG_s. */ #define XFS_DIFLAG_REALTIME_BIT 0 /* file's blocks come from rt area */ #define XFS_DIFLAG_PREALLOC_BIT 1 /* file space has been preallocated */ |