From: Artem Bityutskiy Date: Wed, 30 Sep 2009 07:01:28 +0000 (+0300) Subject: UBI: fix backward compatibility X-Git-Tag: v2.6.32-rc6~51^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eadaad67b2b6bd132eda105128d2d466298b8e3;p=pandora-kernel.git UBI: fix backward compatibility Commit 32bc4820287a1a03982979515949e8ea56eac641 did not fully fix the backward compatibility issues. We still fail to properly handle situations when the first PEB contains non-zero image sequence number, but one of the following PEBs contains zero image sequence number. For example, this may happen if we mount a new image with an old kernel, and then try to mount it in the new kernel. This patch should fix the issue. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed