diff options
author | 2009-06-24 12:16:49 -0700 | |
---|---|---|
committer | 2009-06-24 12:16:49 -0700 | |
commit | 4923abf9f1a4c1864af438a57c1f3686548230e9 (patch) | |
tree | cbe9762f552478ce0c2a68728b45d0c604822882 /kernel/irq/pm.c | |
parent | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus (diff) | |
download | wireguard-linux-4923abf9f1a4c1864af438a57c1f3686548230e9.tar.xz wireguard-linux-4923abf9f1a4c1864af438a57c1f3686548230e9.zip |
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 <penberg@cs.helsinki.fi>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/irq/pm.c')
0 files changed, 0 insertions, 0 deletions