From: Artem Bityutskiy Date: Fri, 23 Jan 2009 16:23:03 +0000 (+0200) Subject: UBIFS: always clean up GC LEB space X-Git-Tag: Release-2010-05/1~3^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae5972b78de48c9a4f8967577c1a2682daad56f1;p=pandora-kernel.git UBIFS: always clean up GC LEB space When we mount UBIFS, GC LEB may contain out-of-date information, and UBIFS should update lprops and set free space for thei LEB. Currently UBIFS does this only if mounted R/W. But for R/O mount we have to do the same, because otherwise we will have incorrect FS free space reported to user-space. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed