From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 4/7] VFS: Add generic_file_llseek_size Date: Fri, 16 Sep 2011 11:50:43 -0400 Message-ID: <20110916155042.GB27150@infradead.org> References: <1316128013-21980-1-git-send-email-andi@firstfloor.org> <1316128013-21980-5-git-send-email-andi@firstfloor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: viro@zeniv.linux.org.uk, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Andi Kleen To: Andi Kleen Return-path: Content-Disposition: inline In-Reply-To: <1316128013-21980-5-git-send-email-andi@firstfloor.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Sep 15, 2011 at 04:06:50PM -0700, Andi Kleen wrote: > From: Andi Kleen > > Add a generic_file_llseek variant to the VFS that allows passing in > the maximum file size of the file system, instead of always > using maxbytes from the superblock. > > This can be used to eliminate some cut'n'paste seek code in ext4. I'd reorder this to the front of the series. Also I think this helper could be used to implement default_llseek.