android_kernel_motorola_sm6225/drivers/mtd/ubi
Artem Bityutskiy b9a06623d9 UBI: get rid of ubi_ltree_slab
This slab cache is not really needed since the number of objects
is low and the constructor does not make much sense because we
allocate oblects when doint I/O, which is way slower then allocation.

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2008-01-25 16:41:24 +02:00
..
build.c UBI: get rid of ubi_ltree_slab 2008-01-25 16:41:24 +02:00
cdev.c UBI: handle attach ioctl 2007-12-26 19:15:17 +02:00
debug.c UBI: use byte hexdump 2007-10-14 13:10:21 +03:00
debug.h UBI: add PID to debugging prints 2007-12-26 19:15:16 +02:00
eba.c UBI: get rid of ubi_ltree_slab 2008-01-25 16:41:24 +02:00
gluebi.c UBI: improve internal interfaces 2007-12-26 19:15:15 +02:00
io.c UBI: fix error code in ubi_io_read() 2007-12-26 19:15:13 +02:00
kapi.c UBI: use separate mutex for volumes checking 2007-12-26 19:15:17 +02:00
Kconfig UBI: Unsorted Block Images 2007-04-27 14:23:33 +03:00
Kconfig.debug UBI: Unsorted Block Images 2007-04-27 14:23:33 +03:00
Makefile UBI: Unsorted Block Images 2007-04-27 14:23:33 +03:00
misc.c UBI: improve internal interfaces 2007-12-26 19:15:15 +02:00
scan.c Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6 2007-10-14 14:29:00 +01:00
scan.h UBI: do not use vmalloc on I/O path 2007-10-14 13:10:21 +03:00
ubi.h UBI: get rid of ubi_ltree_slab 2008-01-25 16:41:24 +02:00
upd.c UBI: tweak volumes locking 2007-12-26 19:15:15 +02:00
vmt.c UBI: bugfix: do not forget to increment vol_count 2007-12-26 19:15:18 +02:00
vtbl.c UBI: fix comment 2007-12-26 19:15:16 +02:00
wl.c UBI: prepare attach and detach functions 2007-12-26 19:15:17 +02:00