The patch titled Subject: fsnotify: remove obsolete documentation has been removed from the -mm tree. Its filename was fsnotify-remove-obsolete-documentation.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Nikolay Borisov <kernel@xxxxxxxx> Subject: fsnotify: remove obsolete documentation should_send_event is no longer part of struct fsnotify_ops, so remove it. Signed-off-by: Nikolay Borisov <kernel@xxxxxxxx> Reviewed-by: Jan Kara <jack@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/fsnotify_backend.h | 2 -- 1 file changed, 2 deletions(-) diff -puN include/linux/fsnotify_backend.h~fsnotify-remove-obsolete-documentation include/linux/fsnotify_backend.h --- a/include/linux/fsnotify_backend.h~fsnotify-remove-obsolete-documentation +++ a/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 _ Patches currently in -mm which might be from kernel@xxxxxxxx are origin.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html