commit | 72acc854427948efed7a83da27f7dc3239ac9afc | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruen@suse.de> | Thu Dec 17 21:24:24 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:53 2010 -0400 |
tree | 69a8f479a644701a52abe07d7bf2751cdf4cc159 | |
parent | 098cf2fc77ee190c92bf9d08d69a13305f2487ec [diff] |
fsnotify: kill FSNOTIFY_EVENT_FILE Some fsnotify operations send a struct file. This is more information than we technically need. We instead send a struct path in all cases instead of sometimes a path and sometimes a file. Signed-off-by: Andreas Gruenbacher <agruen@suse.de> Signed-off-by: Eric Paris <eparis@redhat.com>