From: Grant Erickson Date: Fri, 8 Apr 2011 15:51:34 +0000 (-0700) Subject: JFFS2: retry large buffer allocations X-Git-Tag: v3.0-rc1~32^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ddd0d9a3177356f2a29c8f3826ad79e1ad18397;p=pandora-kernel.git JFFS2: retry large buffer allocations Replace direct call to kmalloc for a potentially large, contiguous buffer allocation with one to mtd_kmalloc_up_to which helps ensure the operation can succeed under low-memory, highly- fragmented situations albeit somewhat more slowly. Signed-off-by: Grant Erickson Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed