From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from b.ns.miles-group.at ([95.130.255.144] helo=radon.swed.at) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VPXne-0002kU-F6 for linux-mtd@lists.infradead.org; Fri, 27 Sep 2013 13:09:44 +0000 Message-ID: <52458377.7040100@nod.at> Date: Fri, 27 Sep 2013 15:09:11 +0200 From: Richard Weinberger MIME-Version: 1.0 To: Richard Genoud Subject: Re: [PATCH] UBI: fastmap: fix backward compatibility with image_seq References: <1380286316-29911-1-git-send-email-richard.genoud@gmail.com> In-Reply-To: <1380286316-29911-1-git-send-email-richard.genoud@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: linux-mtd , David Woodhouse , linux-kernel@vger.kernel.org, Artem Bityutskiy List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Am 27.09.2013 14:51, schrieb Richard Genoud: > Some old UBI implementations (e.g. U-Boot) have not implemented the image > sequence feature. > So, when erase blocks are written, the image sequence in the ec header > is lost (set to zero). > UBI scan_all() takes this case into account (commits > 32bc4820287a1a03982979515949e8ea56eac641 and > 2eadaad67b2b6bd132eda105128d2d466298b8e3) > > But fastmap scan functions (ubi_scan_fastmap() and scan_pool()) didn't. > > This patch fixes the issue. > > Signed-off-by: Richard Genoud > --- W00t! Good catch! Acked-by: Richard Weinberger