inotify: do not spam console without limit
authorEric Paris <eparis@redhat.com>
Wed, 23 Dec 2009 04:16:33 +0000 (23:16 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:58:31 +0000 (09:58 -0400)
commitd7f0ce4e436b6109527c51b0efe0deff53d215f7
treeb3c78a9c8b97ecf0dad28776dc38d47e88483731
parent2dfc1cae4c42b93b831b2417540df2b895ab7108
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 <eparis@redhat.com>
fs/notify/inotify/inotify_user.c