]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xfs: remove XFS_MOUNT_NO_PERCPU_SB
authorChristoph Hellwig <hch@infradead.org>
Thu, 30 Sep 2010 02:25:54 +0000 (02:25 +0000)
committerAlex Elder <aelder@sgi.com>
Mon, 18 Oct 2010 20:07:58 +0000 (15:07 -0500)
commit61ba35dea0593fbc8d062cab3e4c4c3da5ce7104
treefa28b2c9d0c5a71f1d0415b042d45a7a56b8c2ff
parent50f59e8eed85ec4c79bc2454ed50c7886f6c5ebf
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>
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h