commit | 52420392c81c8712f555e6bcd116d8bd214ce43a | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Oct 28 17:21:56 2010 -0400 |
committer | Eric Paris <eparis@redhat.com> | Thu Oct 28 17:22:13 2010 -0400 |
tree | 372d23bba71ee687ff5adf5b83d3fd0706e19927 | |
parent | ff8bcbd03da881bf1171910c6c07d44bd3c0a234 [diff] |
fsnotify: call fsnotify_parent in perm events fsnotify perm events do not call fsnotify parent. That means you cannot register a perm event on a directory and enforce permissions on all inodes in that directory. This patch fixes that situation. Signed-off-by: Eric Paris <eparis@redhat.com>