From: Eric Sandeen Subject: Re: [PATCH] libext2fs: use ext2fs_blocks_count() in ext2fs_open2() Date: Wed, 02 Sep 2009 17:33:15 -0500 Message-ID: <4A9EF2AB.3090602@redhat.com> References: <4A9D9574.3010606@redhat.com> <20090902055953.GF4197@webber.adilger.int> <150c16850909012305y2481c54fra671b123780caa80@mail.gmail.com> <4A9EA09E.10509@redhat.com> <13135.1251925342@alphaville.usa.hp.com> <150c16850909021428v5e001691r8a5e28b5c1be9326@mail.gmail.com> <13808.1251927450@alphaville.usa.hp.com> <4A9EE6FF.4000901@redhat.com> <150c16850909021445se2ebc6ahc896dc6c5aa56f8b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: nicholas.dokos@hp.com, Andreas Dilger , ext4 development , "Theodore Ts'o" To: Justin Maggard Return-path: Received: from mx1.redhat.com ([209.132.183.28]:52097 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751266AbZIBWdS (ORCPT ); Wed, 2 Sep 2009 18:33:18 -0400 In-Reply-To: <150c16850909021445se2ebc6ahc896dc6c5aa56f8b@mail.gmail.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: Justin Maggard wrote: > On Wed, Sep 2, 2009 at 2:43 PM, Eric Sandeen wrote: >> Nick Dokos wrote: >>> Justin Maggard wrote: >>> >>>> On Wed, Sep 2, 2009 at 2:02 PM, Nick Dokos wrote: >>>>> The following patch fixes a problem I think, but I'm not sure whether it >>>>> resolves Justin's problem. I'm running a test, but I thought I'd send it >>>>> out for people to try and/or comment on. Let me know of any problems. >>>> Just finished trying with that patch, but it looks like it doesn't >>>> resolve my issue either. >>>> >>> Yup, it didn't pass my test either. >> You guys are still getting bad checksums? > > Yeah, I am. Oh, sorry, all the other bugs gave me a head-fake, and I forgot the original problem of -fsck- corrupting the checksums. :) I had a simple mkdir giving me the corruptions. Ok, on to that. -Eric