From: Eric Paris Date: Wed, 23 Dec 2009 04:16:33 +0000 (-0500) Subject: inotify: do not spam console without limit X-Git-Tag: v2.6.36-rc1~303^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7f0ce4e436b6109527c51b0efe0deff53d215f7;p=pandora-kernel.git inotify: do not spam console without limit inotify was supposed to have a dmesg printk ratelimitor which would cause inotify to only emit one message per boot. The static bool was never set so it kept firing messages. This patch correctly limits warnings in multiple places. Signed-off-by: Eric Paris --- Reading git-diff-tree failed