]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fsnotify: remove .should_send_event callback
authorJan Kara <jack@suse.cz>
Mon, 16 Dec 2013 23:44:50 +0000 (10:44 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 16 Dec 2013 23:44:50 +0000 (10:44 +1100)
commitb87b461f660f1c52195f38ce9bc8520fe88ad4e6
tree7af6f2b972c5a90a1e48054ef98485d8b0267f17
parentbc38e170f9089d0a904b91a0ad4388b35c0d7456
fsnotify: remove .should_send_event callback

After removing event structure creation from the generic layer there is no
reason for separate .should_send_event and .handle_event callbacks.  So
just remove the first one.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Eric Paris <eparis@parisplace.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/notify/dnotify/dnotify.c
fs/notify/fanotify/fanotify.c
fs/notify/fsnotify.c
fs/notify/inotify/inotify_fsnotify.c
include/linux/fsnotify_backend.h
kernel/audit_tree.c
kernel/audit_watch.c