]> 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, 21 Sep 2011 05:16:12 +0000 (15:16 +1000)
commit48c8b78b017f1b342013172cd55af9e8249c350c
tree98ec70a7c2da4e87a1ffd2fe65e80c3b475db81a
parentc4b2de9d0f36f8527b00b3dbf7dacaec958797ab
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