]> 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>
Mon, 5 Sep 2011 07:02:22 +0000 (17:02 +1000)
commit73cc052af6013f456e25af6ed933f85e61f6d06c
treed6ef3d5f6f4333b82e659bfd4059dc511bf93596
parent86d1c7fcddc3b6d06a36cb64f8e733e179c76d7c
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