git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dfc1ca
)
inotify: do not spam console without limit
author
Eric Paris
<eparis@redhat.com>
Wed, 23 Dec 2009 04:16:33 +0000
(23:16 -0500)
committer
Eric Paris
<eparis@redhat.com>
Wed, 28 Jul 2010 13:58:31 +0000
(09:58 -0400)
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>
No differences found