Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756576Ab2HPIdA (ORCPT ); Thu, 16 Aug 2012 04:33:00 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:36007 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756363Ab2HPIc6 (ORCPT ); Thu, 16 Aug 2012 04:32:58 -0400 Date: Thu, 16 Aug 2012 11:32:54 +0300 From: Shmulik Ladkani To: dedekind1@gmail.com Cc: Richard Genoud , David Woodhouse , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/4] UBI: use the whole MTD device size to get bad_peb_limit Message-ID: <20120816113254.2950cf36@pixies.home.jungo.com> In-Reply-To: <1345043331.3393.151.camel@sauron.fi.intel.com> References: <1341937423-16516-1-git-send-email-richard.genoud@gmail.com> <1341937423-16516-4-git-send-email-richard.genoud@gmail.com> <1345043331.3393.151.camel@sauron.fi.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 697 Lines: 23 Hi, One more thing... On Wed, 15 Aug 2012 18:08:51 +0300 Artem Bityutskiy wrote: > config MTD_UBI_BEB_LIMIT > - int "Percentage of maximum expected bad eraseblocks" > - default 2 > - range 0 25 > + int "Maximum expected bad eraseblock count per 1024 eraseblocks" > + default 20 > + range 2 256 Those defconfigs that explicilty set an original LIMIT should be adjusted as well, as the units have changed, no? Regards, Shmulik -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/