Skip to content
Commit e42e2773 authored by Eric Paris's avatar Eric Paris
Browse files

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: default avatarEric Paris <eparis@redhat.com>
parent ce61856b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment