From: Artem Bityutskiy Date: Fri, 23 Jan 2009 16:23:03 +0000 (+0200) Subject: UBIFS: always clean up GC LEB space X-Git-Tag: v2.6.29-rc4~60^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4978e949104844224ecf786170c9263efa601f3;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