]> 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, 5 Oct 2011 00:42:55 +0000 (11:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Oct 2011 05:59:40 +0000 (16:59 +1100)
commit9b09afac03158476d538895bfa1fc1267c5e448b
treef30a5d44aaf8fb13538a9fe2354cc49923121eb1
parent51b3d532736fa5527f6b5e7d2201d71cb49d537e
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