kernel_optimize_test/drivers/mtd/ubi
Josselin Costanzi 43b043e78b UBI: reduce memory consumption
Remove the pre-allocated 'peb_buf2' buffer because we do not really need it.
The only reason UBI has it is to check that the data were written correctly.
But we do not have to have 2 buffers for this and waste RAM - we can just
compare CRC checksums instead. This reduces UBI memory consumption.

Artem bityutskiy: massaged the patch and commit message

Signed-off-by: Josselin Costanzi <josselin.costanzi@mobile-devices.fr>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
2012-03-09 09:39:31 +02:00
..
build.c UBI: reduce memory consumption 2012-03-09 09:39:31 +02:00
cdev.c UBI: fix nameless volumes handling 2012-01-15 15:06:08 +02:00
debug.c
debug.h UBI: fix debugging messages 2012-01-11 18:35:53 +02:00
eba.c UBI: reduce memory consumption 2012-03-09 09:39:31 +02:00
gluebi.c
io.c
kapi.c mtd: do not use mtd->sync directly 2012-01-09 18:26:21 +00:00
Kconfig
Makefile
misc.c
scan.c UBI: fix error handling in ubi_scan() 2012-02-29 16:10:35 +02:00
scan.h
ubi-media.h
ubi.h UBI: reduce memory consumption 2012-03-09 09:39:31 +02:00
upd.c
vmt.c
vtbl.c UBI: use own macros for the layout volume 2012-01-15 15:08:55 +02:00
wl.c UBI: fix eraseblock picking criteria 2012-03-09 09:39:31 +02:00