From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] Documentation: New truncate sequence: Remove reference to nonexistent ->setsize Date: Wed, 9 Jun 2010 12:00:16 +0200 Message-ID: <20100609100016.GA15403@lst.de> References: <201006091529.14933.knikanth@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexander Viro , linux-fsdevel@vger.kernel.org, Nick Piggin , Christoph Hellwig , Jan Kara To: Nikanth Karthikesan Return-path: Received: from verein.lst.de ([213.95.11.210]:43214 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756651Ab0FIKAT (ORCPT ); Wed, 9 Jun 2010 06:00:19 -0400 Content-Disposition: inline In-Reply-To: <201006091529.14933.knikanth@suse.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Jun 09, 2010 at 03:29:14PM +0530, Nikanth Karthikesan wrote: > - truncate: Deprecated. This will not be called if ->setsize is defined. > - Called by the VFS to change the size of a file. The > + truncate: Deprecated. Called by the VFS to change the size of a file. The > i_size field of the inode is set to the desired size by the I'd just remove the whole description - the deprecated should be enough.