UBI: do not allocate the memory unnecessarily
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 26 Oct 2012 13:11:26 +0000 (16:11 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 26 Oct 2012 13:29:46 +0000 (16:29 +0300)
commitd125a753425b9de3c251df519e521024c79c663d
tree546946ccc49f6ca8ddb6af51a35d1bf205d09267
parent6a059abdbae7b6b35ddc69f6336f7afc1ce79bac
UBI: do not allocate the memory unnecessarily

UBI reserves an LEB sized buffer for various needs. We can use this buffer
while scanning, instead of allocating another one. This patch was originally
created by Jan Luebbe <jlu@pengutronix.de>, but then he dropped it and I picked
up and tweaked a little bit.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/ubi/attach.c