]> 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, 13 Sep 2011 06:19:24 +0000 (16:19 +1000)
commit5730c7c89d4b8ee1d61d5035689ab43218ea5eca
tree674bd6f6d1ff6fa9c6f5e4b67d6c915950e76521
parent8e2d908e9c41b1717989cd0ea6156f2a533bb106
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