commit | a83832a7c8d023f446ec865926190951bd18a4b1 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Tue Oct 07 18:51:07 2014 +0200 |
committer | Richard Weinberger <richard@nod.at> | Thu Mar 26 22:45:58 2015 +0100 |
tree | 4b00e237f31ef379fb49338668206640fd15029a | |
parent | 36a87e44f642966442fd0d23f2ec536851e00236 [diff] |
UBI: Fastmap: Remove bogus ubi_assert() It is legal to have PEBs left in the used list. This can happen if UBI copies a PEB and a powercut happens between writing a new fastmap and adding this PEB into the EBA table. In this case the old PEB will be used. Signed-off-by: Richard Weinberger <richard@nod.at>