From: David Woodhouse Date: Fri, 1 Aug 2008 09:07:51 +0000 (+0100) Subject: [JFFS2] Fix allocation of summary buffer X-Git-Tag: v2.6.27-rc2~104^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7600dba6d4fbf3897e517b322d006986cce831a;p=pandora-kernel.git [JFFS2] Fix allocation of summary buffer We can't use vmalloc for the buffer we use for writing summaries, because some drivers may want to DMA from it. So limit the size to 64KiB and use kmalloc for it instead. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed