From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753027AbbFDXqb (ORCPT ); Thu, 4 Jun 2015 19:46:31 -0400 Received: from tex.lwn.net ([70.33.254.29]:47298 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752616AbbFDXq1 (ORCPT ); Thu, 4 Jun 2015 19:46:27 -0400 Date: Fri, 5 Jun 2015 08:46:21 +0900 From: Jonathan Corbet To: Andreas Gruenbacher Cc: linux-doc@vger.kernel.org, Linux Kernel Mailing List , Al Viro , Andreas Gruenbacher Subject: Re: [PATCH] vfs: Minor documentation fix Message-ID: <20150605084621.69ff0d0f@lwn.net> In-Reply-To: <1433459482-4129-1-git-send-email-andreas.gruenbacher@gmail.com> References: <20150605074649.5e8c7163@lwn.net> <1433459482-4129-1-git-send-email-andreas.gruenbacher@gmail.com> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 5 Jun 2015 01:11:22 +0200 Andreas Gruenbacher wrote: > The check_acl inode operation and the IPERM_FLAG_RCU flag are long gone; update > the documentation. Applied to the docs tree, thanks. jon