commit | e42e27736de80045f925564ea27a1d32957219e7 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Jun 11 11:09:47 2009 -0400 |
committer | Eric Paris <eparis@redhat.com> | Thu Jun 11 14:57:54 2009 -0400 |
tree | cae8a5bc81f02c7563625e30f5f0d05357dc3701 | |
parent | ce61856bd2aadb064f595e5c0444376a2b117c41 [diff] |
inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILD 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>