From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751164AbdHZV4D (ORCPT ); Sat, 26 Aug 2017 17:56:03 -0400 Received: from ms.lwn.net ([45.79.88.28]:34296 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751094AbdHZV4C (ORCPT ); Sat, 26 Aug 2017 17:56:02 -0400 Date: Sat, 26 Aug 2017 15:56:01 -0600 From: Jonathan Corbet To: Nikolay Borisov Cc: viro@zeniv.linux.org.uk, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] swap: Remove obsolete sentence Message-ID: <20170826155601.7eb95fe1@lwn.net> In-Reply-To: <1503660540-1438-1-git-send-email-nborisov@suse.com> References: <1503660540-1438-1-git-send-email-nborisov@suse.com> Organization: LWN.net 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, 25 Aug 2017 14:29:00 +0300 Nikolay Borisov wrote: > Currently there are no ->swap_{in,out} method in address_space_operations > sructure definition, so the statement that anything is going to be proxied > through them is wrong. > > Signed-off-by: Nikolay Borisov > --- > Documentation/filesystems/vfs.txt | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt > index 73e7d91f03dc..405a3df759b3 100644 > --- a/Documentation/filesystems/vfs.txt > +++ b/Documentation/filesystems/vfs.txt > @@ -829,9 +829,7 @@ struct address_space_operations { > swap_activate: Called when swapon is used on a file to allocate > space if necessary and pin the block lookup information in > memory. A return value of zero indicates success, > - in which case this file can be used to back swapspace. The > - swapspace operations will be proxied to this address space's > - ->swap_{out,in} methods. > + in which case this file can be used to back swapspace. Applied to the docs tree, thanks. jon