From: Eric Paris Date: Fri, 18 Dec 2009 02:24:21 +0000 (-0500) Subject: fsnotify: send struct file when sending events to parents when possible X-Git-Tag: v2.6.36-rc1~303^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c60e37f874dcbb93c4afc839ba5e4911c4f4bc;p=pandora-kernel.git fsnotify: send struct file when sending events to parents when possible fanotify needs a path in order to open an fd to the object which changed. Currently notifications to inode's parents are done using only the inode. For some parental notification we have the entire file, send that so fanotify can use it. Signed-off-by: Eric Paris --- Reading git-diff-tree failed