]> git.karo-electronics.de Git - karo-tx-linux.git/commit
printk_ratelimit() should not be used, because it shares ratelimiting
authorAkinobu Mita <akinobu.mita@gmail.com>
Wed, 24 Aug 2011 23:47:05 +0000 (09:47 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 27 Sep 2011 07:13:54 +0000 (17:13 +1000)
commit17c5e0f7bbd7e56d21d4c0d073bf328b32b6162d
treed61947c5ba4683985534ab78eb3ec76b1bf15813
parent09c96342a06b4eb57a50e7626e23dc3a72a8f466
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