From: Ezequiel Garcia Date: Wed, 28 Nov 2012 12:18:30 +0000 (-0300) Subject: UBI: embed ubi_debug_info field in ubi_device struct X-Git-Tag: v3.8-rc1~30^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eab737722ed6a5638f6251e83f0d293c2ffe549f;p=pandora-kernel.git UBI: embed ubi_debug_info field in ubi_device struct ubi_debug_info struct was dynamically allocated which is always suboptimal, for it tends to fragment memory and make the code error-prone. Fix this by embedding it in ubi_device struct. Signed-off-by: Ezequiel Garcia Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed