UBIFS: re-calculate min_idx_size after the commit
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 22 Dec 2008 09:09:04 +0000 (11:09 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 5 Jan 2009 19:38:58 +0000 (21:38 +0200)
When we commit, but before we try to write anything to the flash
media, @c->min_idx_size is inaccurate, because we do not re-calculate
it after the commit. Do not forget to do this.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>

No differences found