The patch titled Subject: fsnotify: remove obsolete documentation has been added to the -mm tree. Its filename is fsnotify-remove-obsolete-documentation.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fsnotify-remove-obsolete-documentation.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fsnotify-remove-obsolete-documentation.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 fsnotify-remove-obsolete-documentation.patch linux-next.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