From: Pekka Enberg Date: Wed, 24 Jun 2009 18:59:51 +0000 (+0300) Subject: SLUB: Don't pass __GFP_FAIL for the initial allocation X-Git-Tag: v2.6.31-rc1~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=ba52270d18fb17ce2cf176b35419dab1e43fe4a3 SLUB: Don't pass __GFP_FAIL for the initial allocation SLUB uses higher order allocations by default but falls back to small orders under memory pressure. Make sure the GFP mask used in the initial allocation doesn't include __GFP_NOFAIL. Signed-off-by: Pekka Enberg Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed