commit | d7f0ce4e436b6109527c51b0efe0deff53d215f7 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Dec 22 23:16:33 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:31 2010 -0400 |
tree | b3c78a9c8b97ecf0dad28776dc38d47e88483731 | |
parent | 2dfc1cae4c42b93b831b2417540df2b895ab7108 [diff] |
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>