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:
ce61856
)
inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILD
author
Eric Paris
<eparis@redhat.com>
Thu, 11 Jun 2009 15:09:47 +0000
(11:09 -0400)
committer
Eric Paris
<eparis@redhat.com>
Thu, 11 Jun 2009 18:57:54 +0000
(14:57 -0400)
inotify and dnotify will both indicate that they want any event which came
from a child inode. The fix is to mask off FS_EVENT_ON_CHILD when deciding
if inotify or dnotify is interested in a given event.
Signed-off-by: Eric Paris <eparis@redhat.com>
No differences found