commit | 28c60e37f874dcbb93c4afc839ba5e4911c4f4bc | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Dec 17 21:24:21 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:48 2010 -0400 |
tree | 6f0ba450d42e9e9d6cc5be2e42dc846f00c44447 | |
parent | 2a12a9d7814631e918dec93abad856e692d5286d [diff] |
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 <eparis@redhat.com>