From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pv0-f177.google.com ([74.125.83.177]) by casper.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QejTE-0006Js-7y for linux-mtd@lists.infradead.org; Thu, 07 Jul 2011 07:58:01 +0000 Received: by pvg20 with SMTP id 20so305112pvg.36 for ; Thu, 07 Jul 2011 00:56:02 -0700 (PDT) Subject: Re: [PATCH] UBIFS: fix master node recovery From: Artem Bityutskiy To: Anatolij Gustschin Date: Thu, 07 Jul 2011 10:57:05 +0300 In-Reply-To: <20110707094324.24128229@wker> References: <1309944626-30195-1-git-send-email-agust@denx.de> <1310019990.3149.105.camel@sauron> <20110707094324.24128229@wker> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1310025429.3149.133.camel@sauron> Mime-Version: 1.0 Cc: linux-mtd@lists.infradead.org, Detlev Zundel Reply-To: dedekind1@gmail.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2011-07-07 at 09:43 +0200, Anatolij Gustschin wrote: > Yes, in our case we have 511 valid master nodes + 384 bytes free > space in LEB 2 and one valid master node in LEB 1 + free space. > > > What we want to check is that there is no room for another master node > > in the second LEB. We have to take offs2, add sz, and make sure that LEB > > size minus that is less than sz, i.e., exactly what you have done. > > > > And offs2 + sz >= c->leb_size seems to be completely incorrect and > > should be removed, AFAICS. Can you confirm that? > > Yes, offs2 + sz >= c->leb_size check is not correct, I think. I also think so. Could you send v2 of your patch - kill the incorrect check and add your correct check instead. I do not have time for testing this now, so I'd ask you go test it. But I realize that power cut testing can take a lot of time, and your patch looks right to me, so I'm happy to take your patch right away, but I'd anyway ask you to conduct some testing anyway and inform about your results later. BTW, you can try the power cut emulation testing. If you care a lot about power-cut robustness, it is helpful. The integck test now can do power cut emulation testing with UBIFS. But there still some small issues, though. -- Best Regards, Artem Bityutskiy