]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[XFS] use KM_MAYFAIL in xfs_mountfs
authorChristoph Hellwig <hch@infradead.org>
Wed, 13 Aug 2008 06:51:29 +0000 (16:51 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Wed, 13 Aug 2008 06:51:29 +0000 (16:51 +1000)
commitd62c251fe4a06144255291cffd68cbadf3bf002f
tree421f1b6c08bde9fa48f8291b9be5d8a94df3109e
parentff4f038c6bbb27044a84adbcd27bc237d7237e66
[XFS] use KM_MAYFAIL in xfs_mountfs

Use KM_MAYFAIL for the m_perag allocation, we can deal with the error
easily and blocking forever during mount is not a good idea either.

SGI-PV: 981498

SGI-Modid: xfs-linux-melb:xfs-kern:31837a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_mount.c