UBIFS: always clean up GC LEB space
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 23 Jan 2009 16:23:03 +0000 (18:23 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 26 Jan 2009 10:54:11 +0000 (12:54 +0200)
commitb4978e949104844224ecf786170c9263efa601f3
treea8002df0e1f8feace090a6dcd5ea294ab55f2060
parent84abf972ccff5c13d10b672972949eba431a6e0e
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 <Artem.Bityutskiy@nokia.com>
fs/ubifs/super.c