1
0
Fork 0
alistair23-linux/drivers/mtd/ubi
Artem Bityutskiy 227423d241 UBI: rename struct ubi_scan_leb
Rename 'struct ubi_scan_leb' to 'struct ubi_ainf_leb'. This is part
of the code re-structuring I am trying to do in order to add fastmap
in a more logical way. Fastmap can share a lot with scanning, including
the attach-time data structures, which all now have "scan" word in the
name. Let's get rid of this word and use "ainf" instead which stands
for "attach information". It has the same length as "scan" so re-naming
is trivial.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
2012-05-20 20:26:01 +03:00
..
Kconfig UBI: remove Kconfig debugging option 2012-05-20 20:26:00 +03:00
Makefile UBI: always dump flash contents in case of errors 2012-05-20 20:25:58 +03:00
build.c UBI: rename struct ubi_scan_leb 2012-05-20 20:26:01 +03:00
cdev.c UBI: get rid of dbg_err 2012-05-20 20:26:00 +03:00
debug.c UBI: rename struct ubi_scan_leb 2012-05-20 20:26:01 +03:00
debug.h UBI: rename struct ubi_scan_leb 2012-05-20 20:26:01 +03:00
eba.c UBI: rename struct ubi_scan_leb 2012-05-20 20:26:01 +03:00
gluebi.c UBI: Kill data type hint 2012-05-20 20:25:59 +03:00
io.c UBI: rename few functions for consistency 2012-05-20 20:26:01 +03:00
kapi.c UBI: get rid of dbg_err 2012-05-20 20:26:00 +03:00
misc.c mtd: utilize `mtd_is_*()' functions 2011-09-21 09:19:06 +03:00
scan.c UBI: rename struct ubi_scan_leb 2012-05-20 20:26:01 +03:00
scan.h UBI: rename struct ubi_scan_leb 2012-05-20 20:26:01 +03:00
ubi-media.h UBI: use __packed instead of __attribute__((packed)) 2011-04-14 11:34:41 +03:00
ubi.h UBI: Kill data type hint 2012-05-20 20:25:59 +03:00
upd.c UBI: Kill data type hint 2012-05-20 20:25:59 +03:00
vmt.c UBI: get rid of dbg_err 2012-05-20 20:26:00 +03:00
vtbl.c UBI: rename struct ubi_scan_leb 2012-05-20 20:26:01 +03:00
wl.c UBI: rename struct ubi_scan_leb 2012-05-20 20:26:01 +03:00