fsnotify: remove .should_send_event callback
authorJan Kara <[email protected]>
Tue, 21 Jan 2014 23:48:15 +0000 (15:48 -0800)
committerLinus Torvalds <[email protected]>
Wed, 22 Jan 2014 00:19:41 +0000 (16:19 -0800)
commit83c4c4b0a3aadc1ce7b5b2870ce1fc1f65498da0
treea195ea785bb03a301773930f62d3fa45927be10d
parent7053aee26a3548ebaba046ae2e52396ccf56ac6c
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 <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Cc: Eric Paris <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
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