From: Eric Paris Date: Fri, 18 Dec 2009 02:24:21 +0000 (-0500) Subject: fsnotify: provide the data type to should_send_event X-Git-Tag: v2.6.36-rc1~303^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b0a04fbfb35650941af87728d4891515b4fc179;p=pandora-kernel.git fsnotify: provide the data type to should_send_event fanotify is only interested in event types which contain enough information to open the original file in the context of the fanotify listener. Since fanotify may not want to send events if that data isn't present we pass the data type to the should_send_event function call so fanotify can express its lack of interest. Signed-off-by: Eric Paris --- Reading git-diff-tree failed