public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fsnotify: Remove obsolete documentation
@ 2015-06-01 13:10 kernel
  2015-06-01 16:09 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: kernel @ 2015-06-01 13:10 UTC (permalink / raw)
  To: jack; +Cc: akpm, linux-kernel, Nikolay Borisov

From: Nikolay Borisov <kernel@kyup.com>

should_send_event is no longer part of struct fsnotify_ops
so remove it

Signed-off-by: Nikolay Borisov <kernel@kyup.com>
---
 include/linux/fsnotify_backend.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h
index 0f313f9..65a517d 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
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-01 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01 13:10 [PATCH] fsnotify: Remove obsolete documentation kernel
2015-06-01 16:09 ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox