commit | 95f8598931bd86a5775073db2fa2004b892dd3d0 | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Thu Jun 11 16:18:09 2009 +0300 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Sat Jun 13 23:37:38 2009 +0300 |
tree | c315a6fb15b626c31c139519e099fec43a1bec2b | |
parent | 26c02cf05ddadfee3952e829b841583794bf46f6 [diff] |
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 <a.beregalov@gmail.com> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>