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)
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>

No differences found