From: Artem Bityutskiy Date: Wed, 30 Sep 2009 07:01:28 +0000 (+0300) Subject: UBI: fix backward compatibility X-Git-Tag: Release-2010-05/1~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cca9102925b0d6869c0bed517bec87281fe7913;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