diff options
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index b71af184aea6..5c5e7bf4a8a9 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -404,7 +404,7 @@ typedef struct xfs_mount { | |||
404 | user */ | 404 | user */ |
405 | #define XFS_MOUNT_NOALIGN 0x00000080 /* turn off stripe alignment | 405 | #define XFS_MOUNT_NOALIGN 0x00000080 /* turn off stripe alignment |
406 | allocations */ | 406 | allocations */ |
407 | /* 0x00000100 -- currently unused */ | 407 | #define XFS_MOUNT_COMPAT_ATTR 0x00000100 /* do not use attr2 format */ |
408 | /* 0x00000200 -- currently unused */ | 408 | /* 0x00000200 -- currently unused */ |
409 | #define XFS_MOUNT_NORECOVERY 0x00000400 /* no recovery - dirty fs */ | 409 | #define XFS_MOUNT_NORECOVERY 0x00000400 /* no recovery - dirty fs */ |
410 | #define XFS_MOUNT_SHARED 0x00000800 /* shared mount */ | 410 | #define XFS_MOUNT_SHARED 0x00000800 /* shared mount */ |