fsnotify: kill FSNOTIFY_EVENT_FILE
authorAndreas Gruenbacher <agruen@suse.de>
Fri, 18 Dec 2009 02:24:24 +0000 (21:24 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:58:53 +0000 (09:58 -0400)
commit72acc854427948efed7a83da27f7dc3239ac9afc
tree69a8f479a644701a52abe07d7bf2751cdf4cc159
parent098cf2fc77ee190c92bf9d08d69a13305f2487ec
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>
fs/notify/fsnotify.c
fs/notify/notification.c
include/linux/fsnotify.h
include/linux/fsnotify_backend.h