aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify_backend.h
diff options
context:
space:
mode:
authorNikolay Borisov <kernel@kyup.com>2015-06-24 16:54:45 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2015-06-24 17:49:38 -0700
commitc3cddc4c296c3a1498df7181015cbcea178a0546 (patch)
treeb9c668f001298cfe67353dff9ca9c6afe99ea518 /include/linux/fsnotify_backend.h
parentpowerpc: use for_each_sg() (diff)
downloadlinux-dev-c3cddc4c296c3a1498df7181015cbcea178a0546.tar.xz
linux-dev-c3cddc4c296c3a1498df7181015cbcea178a0546.zip
fsnotify: remove obsolete documentation
should_send_event is no longer part of struct fsnotify_ops, so remove it. Signed-off-by: Nikolay Borisov <kernel@kyup.com> Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/fsnotify_backend.h')
-rw-r--r--include/linux/fsnotify_backend.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h
index 0f313f93c586..65a517dd32f7 100644
--- a/include/linux/fsnotify_backend.h
+++ b/include/linux/fsnotify_backend.h
@@ -84,8 +84,6 @@ struct fsnotify_fname;
* Each group much define these ops. The fsnotify infrastructure will call
* 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
* 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