UBI: improve NOR flash erasure quirk
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 24 Jul 2009 13:18:04 +0000 (16:18 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 14 Aug 2009 17:02:20 +0000 (20:02 +0300)
commitde75c771b4cc4da963164a538a8448128301bc35
treea8fea3a1a6c68324b0b425c482f3c2ef5c7d1b22
parent867996b15c1f0a98d2c405bada907e97499ba8c2
UBI: improve NOR flash erasure quirk

More testing of NOR flash against power cuts showed that sometimes
eraseblocks may be unwritable, and we cannot really invalidate
them before erasure. But in this case the eraseblock probably
contains garbage anyway, and we do not have to invalidate the
headers. This assumption might be not true, but this is at least
what I have observed. So if we cannot invalidate the headers,
we make sure that the PEB does not contain valid VID header.
If this is true, everything is fine, otherwise we panic.
drivers/mtd/ubi/io.c