Richard Weinberger
1841fcfd91
UBI: Fastmap: Add blank line after declarations
...
Another checkpatch complaint:
WARNING: Missing a blank line after declarations
Signed-off-by: Richard Weinberger <richard@nod.at>
2015-03-26 22:47:37 +01:00
Richard Weinberger
e1bc37ceaf
UBI: Fastmap: Remove else after return.
...
checkpatch.pl complains:
WARNING: else is not generally useful after a break or return
Signed-off-by: Richard Weinberger <richard@nod.at>
2015-03-26 22:47:37 +01:00
Richard Weinberger
2f84c2469e
UBI: Fastmap: Introduce may_reserve_for_fm()
...
...and kill another #ifdef.
Signed-off-by: Richard Weinberger <richard@nod.at>
2015-03-26 22:47:36 +01:00
Richard Weinberger
78d6d497a6
UBI: Move fastmap specific functions out of wl.c
...
Fastmap is tightly connected to the WL sub-system, many fastmap-specific
functionslive in wl.c.
To get rid of most #ifdefs in wl.c move this functions into a new file
and include it into wl.c
Signed-off-by: Richard Weinberger <richard@nod.at>
2015-03-26 22:47:28 +01:00