UBIFS: fix constants initialization
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 27 Dec 2008 17:18:00 +0000 (19:18 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 5 Jan 2009 19:38:59 +0000 (21:38 +0200)
The c->min_idx_lebs constant depends on c->old_idx_sz, which
is read from the master node. This means that we have to
initialize c->min_idx_lebs only after we have read the master
node.

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

No differences found