From: Artem Bityutskiy Date: Fri, 18 May 2012 11:32:36 +0000 (+0300) Subject: UBIFS: make ubifs_lpt_init clean-up in case of failure X-Git-Tag: v3.5-rc1~136^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=499429760650018216eb8d0b35067cf2c5c4520b;p=pandora-kernel.git UBIFS: make ubifs_lpt_init clean-up in case of failure Most functions in UBIFS follow the following designn pattern: if the function allocates multiple resources, and failss at some point, it frees what it has allocated and returns an error. So the caller can rely on the fact that the callee has cleaned up everything after own failure. Signed-off-by: Artem Bityutskiy Acked-by: Sidney Amani --- Reading git-diff-tree failed