commit | 7c47bfd0dbb20e5d7fa4e37cfd76bb73d39b32b4 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon May 16 13:44:48 2011 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon May 16 15:48:48 2011 +0300 |
tree | 277a373b3262229f31d3a2733a55cacaac5e5ef7 | |
parent | 617992069513c1e789c707c4d75ff03bf7dd0fb0 [diff] |
UBIFS: always cleanup the recovered LEB Now when we call 'ubifs_recover_leb()' only for LEBs which are potentially corrupted (i.e., only for last buds, not for all of them), we can cleanup every LEB, not only those where we find corruption. The reason - unstable bits. Even though the LEB may look good now, it might contain unstable bits which may hit us a bit later. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>