[PATCH 0/7] UBI: various cleanup/fixes

From: Boris Brezillon
Date: Tue Aug 23 2016 - 03:34:50 EST


Hi,

Here is a set of cleanup patches (+one fix in patch 3 for a bug that
is unlikely to happen).

Note that I'm not doing that for fun. I'm currently trying to patch UBI
to support the 'LEB consolidation' concept (which is the solution we're
heading to for reliable MLC NAND support), and the duplication of
similar code blocks makes this transition harder to code/review.

This is just the beginning (more cleanup patches will come), but since
the patches are simple and self-contained I thought it would be good to
submit them early.

Regards,

Boris

Boris Brezillon (7):
UBI: fastmap: use ubi_find_volume() instead of open coding it
UBI: fastmap: avoid multiple be32_to_cpu() when unneccesary
UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC
header
UBI: factorize code used to manipulate volumes at attach time
UBI: factorize destroy_av() and ubi_remove_av() code
UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()
UBI: provide helpers to allocate and free aeb elements

drivers/mtd/ubi/attach.c | 242 ++++++++++++++++++++++++++++++++--------------
drivers/mtd/ubi/fastmap.c | 99 +++++--------------
drivers/mtd/ubi/ubi.h | 4 +
drivers/mtd/ubi/vtbl.c | 4 +-
4 files changed, 200 insertions(+), 149 deletions(-)

--
2.7.4