From: Akinobu Mita Date: Tue, 1 Nov 2011 00:08:05 +0000 (-0700) Subject: mm/debug-pagealloc.c: use plain __ratelimit() instead of printk_ratelimit() X-Git-Tag: v3.2-rc1~108^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77311139f364d7f71fc9ba88f59fd90e60205007;p=pandora-kernel.git mm/debug-pagealloc.c: use plain __ratelimit() instead of printk_ratelimit() printk_ratelimit() should not be used, because it shares ratelimiting state with all other unrelated printk_ratelimit() callsites. Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed