xfs: replace KM_LARGE with explicit vmalloc use
authorChristoph Hellwig <hch@infradead.org>
Wed, 20 Jan 2010 21:55:30 +0000 (21:55 +0000)
committerAlex Elder <aelder@sgi.com>
Thu, 21 Jan 2010 19:44:56 +0000 (13:44 -0600)
We use the KM_LARGE flag to make kmem_alloc and friends use vmalloc
if necessary.  As we only need this for a few boot/mount time
allocations just switch to explicit vmalloc calls there.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>

No differences found