From: Christoph Hellwig Date: Wed, 20 Jan 2010 21:55:30 +0000 (+0000) Subject: xfs: replace KM_LARGE with explicit vmalloc use X-Git-Tag: v2.6.34-rc1~278^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdfb04301fa5fdd95f219539a9a5b9663b1e5fc2;p=pandora-kernel.git xfs: replace KM_LARGE with explicit vmalloc use 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 Signed-off-by: Alex Elder --- Reading git-diff-tree failed