From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932212AbbFDXMR (ORCPT ); Thu, 4 Jun 2015 19:12:17 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:34981 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751838AbbFDXMM (ORCPT ); Thu, 4 Jun 2015 19:12:12 -0400 From: Andreas Gruenbacher To: Jonathan Corbet , linux-doc@vger.kernel.org, Linux Kernel Mailing List Cc: Al Viro , Andreas Gruenbacher Subject: [PATCH] vfs: Minor documentation fix Date: Fri, 5 Jun 2015 01:11:22 +0200 Message-Id: <1433459482-4129-1-git-send-email-andreas.gruenbacher@gmail.com> X-Mailer: git-send-email 2.4.2 In-Reply-To: <20150605074649.5e8c7163@lwn.net> References: <20150605074649.5e8c7163@lwn.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Andreas Gruenbacher The check_acl inode operation and the IPERM_FLAG_RCU flag are long gone; update the documentation. Signed-off-by: Andreas Gruenbacher --- Documentation/filesystems/porting | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/filesystems/porting b/Documentation/filesystems/porting index e69274d..7a34c7e 100644 --- a/Documentation/filesystems/porting +++ b/Documentation/filesystems/porting @@ -379,10 +379,10 @@ may now be called in rcu-walk mode (nd->flags & LOOKUP_RCU). -ECHILD should be returned if the filesystem cannot handle rcu-walk. See Documentation/filesystems/vfs.txt for more details. - permission and check_acl are inode permission checks that are called -on many or all directory inodes on the way down a path walk (to check for -exec permission). These must now be rcu-walk aware (flags & IPERM_FLAG_RCU). -See Documentation/filesystems/vfs.txt for more details. + permission is an inode permission check that is called on many or all +directory inodes on the way down a path walk (to check for exec permission). It +must now be rcu-walk aware (mask & MAY_NOT_BLOCK). See +Documentation/filesystems/vfs.txt for more details. -- [mandatory] -- 2.4.2