mm/debug-pagealloc.c: use plain __ratelimit() instead of printk_ratelimit()
authorAkinobu Mita <[email protected]>
Tue, 1 Nov 2011 00:08:05 +0000 (17:08 -0700)
committerLinus Torvalds <[email protected]>
Tue, 1 Nov 2011 00:30:47 +0000 (17:30 -0700)
commit77311139f364d7f71fc9ba88f59fd90e60205007
tree5cde11d67e431781893bb0375dcae665750ed6dc
parent16fb951237c2b0b28037b992ee44e7ee401c30d1
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/debug-pagealloc.c