• A
    UBIFS: always cleanup the recovered LEB · 7c47bfd0
    Artem Bityutskiy 提交于
    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: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
    7c47bfd0
recovery.c 39.9 KB