From: Artem Bityutskiy Date: Fri, 23 Jan 2009 12:17:36 +0000 (+0200) Subject: UBIFS: fix LEB list freeing X-Git-Tag: v2.6.29-rc4~60^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4d9b6cbfc98d696a28d2c24a3d49768695811ee;p=pandora-kernel.git UBIFS: fix LEB list freeing When freeing the c->idx_lebs list, we have to release the LEBs as well, because we might be called from mount to read-only mode code. Otherwise the LEBs stay taken forever, which may cause problems when we re-mount back ro RW mode. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed