]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/debug-pagealloc.c: use plain __ratelimit() instead of printk_ratelimit()
authorAkinobu Mita <akinobu.mita@gmail.com>
Wed, 28 Sep 2011 00:50:08 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 29 Sep 2011 06:08:03 +0000 (16:08 +1000)
commit7456a37e9e189e5bfb6e0b5baaa74a4745e77d60
tree7c31e6b1abf2a173fa8478f3e99ae05eab864077
parenta1c4921f6dbcc1efc353de47e75f5ed635343dc0
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 <>
mm/debug-pagealloc.c