commit | c28f7e56e9d95fb531dc3be8df2e7f52bee76d21 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu May 21 17:01:29 2009 -0400 |
committer | Eric Paris <eparis@redhat.com> | Thu Jun 11 14:57:53 2009 -0400 |
tree | efce13ed8c4f5b312ef0b77950489d52ef5a039a | |
parent | 3be25f49b9d6a97eae9bcb96d3292072b7658bd8 [diff] |
fsnotify: parent event notification inotify and dnotify both use a similar parent notification mechanism. We add a generic parent notification mechanism to fsnotify for both of these to use. This new machanism also adds the dentry flag optimization which exists for inotify to dnotify. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Al Viro <viro@zeniv.linux.org.uk> Cc: Christoph Hellwig <hch@lst.de>