]> git.baikalelectronics.ru Git - kernel.git/commit
JFFS2: retry large buffer allocations
authorGrant Erickson <marathon96@gmail.com>
Fri, 8 Apr 2011 15:51:34 +0000 (08:51 -0700)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 25 May 2011 01:00:50 +0000 (02:00 +0100)
commit1cc6a7e7b7798f15c1482e813e1493604139c276
tree040b7bdc00b8cba4e51440e5aa8d598555bc2678
parent35dc98b3867b52cd895553194700522e67473e30
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 <marathon96@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
fs/jffs2/scan.c