summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_format.h
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2016-01-04 16:44:15 +1100
committerDave Chinner <david@fromorbit.com>2016-01-04 16:44:15 +1100
commite7b89481017b2111d188afd70bbd0da9e9b94cc9 (patch)
tree453a3b6c8e825eb7f340833c2711535fa5ddff30 /fs/xfs/libxfs/xfs_format.h
parent334e580a6f97e2e84d1c19a8679603956acaa622 (diff)
downloadlinux-stable-e7b89481017b2111d188afd70bbd0da9e9b94cc9.tar.gz
linux-stable-e7b89481017b2111d188afd70bbd0da9e9b94cc9.tar.bz2
linux-stable-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.h2
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 */