From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752617AbbFANLG (ORCPT ); Mon, 1 Jun 2015 09:11:06 -0400 Received: from mail.siteground.com ([67.19.240.234]:57141 "EHLO mail.siteground.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753502AbbFANKu (ORCPT ); Mon, 1 Jun 2015 09:10:50 -0400 From: kernel@kyup.com To: jack@suse.cz Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, Nikolay Borisov Subject: [PATCH] fsnotify: Remove obsolete documentation Date: Mon, 1 Jun 2015 16:10:40 +0300 Message-Id: <1433164240-10504-1-git-send-email-kernel@kyup.com> X-Mailer: git-send-email 1.7.1 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mail.siteground.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - kyup.com X-Get-Message-Sender-Via: mail.siteground.com: none X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Nikolay Borisov should_send_event is no longer part of struct fsnotify_ops so remove it Signed-off-by: Nikolay Borisov --- 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