aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-03-13 21:05:30 -0500
committerNathan Scott <nathans@sgi.com>2006-03-13 21:05:30 -0500
commit9f4cbecd7e5ee6390fecd6032dc04ca8c9805dc9 (patch)
treeab8d621cf5852f1d6b4dad602510792b2fd6463c /fs/xfs/xfs_mount.h
parent0c9512d74635198d90f349acec19381e446ba2b4 (diff)
[XFS] XFS propagates MS_NOATIME through two levels internally but doesn't
actually use it. Kill this dead code. Signed-off-by: Christoph Hellwig <hch@lst.de> SGI-PV: 904196 SGI-Modid: xfs-linux-melb:xfs-kern:25086a Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r--fs/xfs/xfs_mount.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h
index cd3cf9613a00..4c9817a80435 100644
--- a/fs/xfs/xfs_mount.h
+++ b/fs/xfs/xfs_mount.h
@@ -386,8 +386,6 @@ typedef struct xfs_mount {
386#define XFS_MOUNT_FS_SHUTDOWN (1ULL << 4) /* atomic stop of all filesystem 386#define XFS_MOUNT_FS_SHUTDOWN (1ULL << 4) /* atomic stop of all filesystem
387 operations, typically for 387 operations, typically for
388 disk errors in metadata */ 388 disk errors in metadata */
389#define XFS_MOUNT_NOATIME (1ULL << 5) /* don't modify inode access
390 times on reads */
391#define XFS_MOUNT_RETERR (1ULL << 6) /* return alignment errors to 389#define XFS_MOUNT_RETERR (1ULL << 6) /* return alignment errors to
392 user */ 390 user */
393#define XFS_MOUNT_NOALIGN (1ULL << 7) /* turn off stripe alignment 391#define XFS_MOUNT_NOALIGN (1ULL << 7) /* turn off stripe alignment