From: Pekka Enberg Date: Thu, 11 Jun 2009 13:18:09 +0000 (+0300) Subject: SLUB: Don't print out OOM warning for __GFP_NOFAIL X-Git-Tag: v2.6.31-rc1~290^2~1^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95f8598931bd86a5775073db2fa2004b892dd3d0;p=pandora-kernel.git SLUB: Don't print out OOM warning for __GFP_NOFAIL We must check for __GFP_NOFAIL like the page allocator does; otherwise we end up with false positives. While at it, add the printk_ratelimit() check in SLUB as well. Cc: Alexander Beregalov Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed