diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-09-30 02:25:54 +0000 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-10-18 15:07:58 -0500 |
commit | 61ba35dea0593fbc8d062cab3e4c4c3da5ce7104 (patch) | |
tree | fa28b2c9d0c5a71f1d0415b042d45a7a56b8c2ff /fs/xfs/xfs_mount.h | |
parent | 50f59e8eed85ec4c79bc2454ed50c7886f6c5ebf (diff) | |
download | talos-obmc-linux-61ba35dea0593fbc8d062cab3e4c4c3da5ce7104.tar.gz talos-obmc-linux-61ba35dea0593fbc8d062cab3e4c4c3da5ce7104.zip |
xfs: remove XFS_MOUNT_NO_PERCPU_SB
Fail the mount if we can't allocate memory for the per-CPU counters.
This is consistent with how we handle everything else in the mount
path and makes the superblock counter modification a lot simpler.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 7ab240930ba5..a9d366e7656a 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h @@ -232,8 +232,6 @@ typedef struct xfs_mount { #define XFS_MOUNT_DIRSYNC (1ULL << 21) /* synchronous directory ops */ #define XFS_MOUNT_COMPAT_IOSIZE (1ULL << 22) /* don't report large preferred * I/O size in stat() */ -#define XFS_MOUNT_NO_PERCPU_SB (1ULL << 23) /* don't use per-cpu superblock - counters */ #define XFS_MOUNT_FILESTREAMS (1ULL << 24) /* enable the filestreams allocator */ #define XFS_MOUNT_NOATTR2 (1ULL << 25) /* disable use of attr2 format */ |