commit | d62c251fe4a06144255291cffd68cbadf3bf002f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Aug 13 16:51:29 2008 +1000 |
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | Wed Aug 13 16:51:29 2008 +1000 |
tree | 421f1b6c08bde9fa48f8291b9be5d8a94df3109e | |
parent | ff4f038c6bbb27044a84adbcd27bc237d7237e66 [diff] |
[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>