commit | 77311139f364d7f71fc9ba88f59fd90e60205007 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Mon Oct 31 17:08:05 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 31 17:30:47 2011 -0700 |
tree | 5cde11d67e431781893bb0375dcae665750ed6dc | |
parent | 16fb951237c2b0b28037b992ee44e7ee401c30d1 [diff] |
mm/debug-pagealloc.c: use plain __ratelimit() instead of printk_ratelimit() printk_ratelimit() should not be used, because it shares ratelimiting state with all other unrelated printk_ratelimit() callsites. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>