Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3cddc4c authored by Nikolay Borisov's avatar Nikolay Borisov Committed by Linus Torvalds
Browse files

fsnotify: remove obsolete documentation



should_send_event is no longer part of struct fsnotify_ops, so remove it.

Signed-off-by: default avatarNikolay Borisov <kernel@kyup.com>
Reviewed-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5935877a
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -84,8 +84,6 @@ struct fsnotify_fname;
 * Each group much define these ops.  The fsnotify infrastructure will call
 * Each group much define these ops.  The fsnotify infrastructure will call
 * these operations for each relevant group.
 * these operations for each relevant group.
 *
 *
 * should_send_event - given a group, inode, and mask this function determines
 *		if the group is interested in this event.
 * handle_event - main call for a group to handle an fs event
 * handle_event - main call for a group to handle an fs event
 * free_group_priv - called when a group refcnt hits 0 to clean up the private union
 * free_group_priv - called when a group refcnt hits 0 to clean up the private union
 * freeing_mark - called when a mark is being destroyed for some reason.  The group
 * freeing_mark - called when a mark is being destroyed for some reason.  The group