From: Artem Bityutskiy Date: Fri, 23 Jan 2009 12:17:36 +0000 (+0200) Subject: UBIFS: fix LEB list freeing X-Git-Tag: Release-2010-05/1~3^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1383dec0914a3a3878c144db812d9177e39d2f6e;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