]> git.kernelconcepts.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>
Wed, 31 Aug 2011 04:27:31 +0000 (14:27 +1000)
commit13482770a945a42be0dd3447a8f2e1bcffdc1e38
tree705fccff8c59f61a9f01e7e9ccf0ba1365e854b3
parentfc6f6abfbaf399197feae9f95011986f60df2329
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