From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josef Bacik Subject: Re: [PATCH] Btrfs: use checksums_len instead of first_page_offset Date: Wed, 19 Jan 2011 15:55:38 -0500 Message-ID: <20110119205537.GC4050@localhost.localdomain> References: <20110119191924.GC1358@kwango.lan.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-btrfs@vger.kernel.org, Josef Bacik , Chris Mason , linux-kernel@vger.kernel.org To: Ilya Dryomov Return-path: In-Reply-To: <20110119191924.GC1358@kwango.lan.net> List-ID: On Wed, Jan 19, 2011 at 09:19:24PM +0200, Ilya Dryomov wrote: > Minimizes the number of (sizeof(u32) * num_checksums) we have to do, > removes now useless first_page_offset variable. > > Signed-off-by: Ilya Dryomov Reviewed-by: Josef Bacik