From: Eric Paris Date: Thu, 11 Jun 2009 15:09:47 +0000 (-0400) Subject: inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILD X-Git-Tag: v2.6.31-rc1~381^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e42e27736de80045f925564ea27a1d32957219e7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed