From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 5/6] introduce __block_write_begin Date: Wed, 2 Jun 2010 09:25:45 +0200 Message-ID: <20100602072545.GA12764@lst.de> References: <20100530204932.GA21002@lst.de> <20100530205018.GF21002@lst.de> <20100601233950.GF8137@quack.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , viro@zeniv.linux.org.uk, npiggin@suse.de, linux-fsdevel@vger.kernel.org To: Jan Kara Return-path: Received: from verein.lst.de ([213.95.11.210]:42078 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751666Ab0FBHZu (ORCPT ); Wed, 2 Jun 2010 03:25:50 -0400 Content-Disposition: inline In-Reply-To: <20100601233950.GF8137@quack.suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Jun 02, 2010 at 01:39:50AM +0200, Jan Kara wrote: > > + struct inode *inode = page->mapping->host; > This new variable doesn't seem to be used... It's used to look at ->i_blkbits and passed to the get_block calls.