From: Linus Torvalds Date: Wed, 24 Jun 2009 19:16:49 +0000 (-0700) Subject: Don't warn about order-1 allocations with __GFP_NOFAIL X-Git-Tag: v2.6.31-rc1~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4923abf9f1a4c1864af438a57c1f3686548230e9;p=pandora-kernel.git Don't warn about order-1 allocations with __GFP_NOFAIL Traditionally, we never failed small orders (even regardless of any __GFP_NOFAIL flags), and slab will allocate order-1 allocations even for small allocations that could fit in a single page (in order to avoid excessive fragmentation). Maybe we should remove this warning entirely, but before making that judgement, at least limit it to bigger allocations. Acked-by: Pekka Enberg Cc: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed