commit | e4d9b6cbfc98d696a28d2c24a3d49768695811ee | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri Jan 23 14:17:36 2009 +0200 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon Jan 26 12:54:11 2009 +0200 |
tree | 5d76848d68add2830efa29b16425e2f07b4f1967 | |
parent | 82c1593cad3dfc97661764c8bc62aa1a416e9ea8 [diff] |
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 <Artem.Bityutskiy@nokia.com>