From: Artem Bityutskiy Date: Wed, 16 Jan 2008 10:11:54 +0000 (+0200) Subject: UBI: get rid of ubi_ltree_slab X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eec904ee036f5ad1ae010c852210f63d60bc45c6;p=pandora-kernel.git 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 Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed