]> 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>
Mon, 24 Oct 2011 14:54:08 +0000 (01:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 25 Oct 2011 09:07:40 +0000 (20:07 +1100)
commitf12599ef79c69aa156038ac8f7d730927116b610
tree0c6aa78e87dc3673087fa6d10546223c2d76d7af
parentf42f4d0d43a34bef07037f9245bec6204bc4401e
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>
mm/debug-pagealloc.c