From: Artem Bityutskiy Date: Sat, 27 Dec 2008 17:18:00 +0000 (+0200) Subject: UBIFS: fix constants initialization X-Git-Tag: Release-2010-05/1~3^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e7eb1d38c2b1dbb8d0caacebc9a4d160aa6d96;p=pandora-kernel.git UBIFS: fix constants initialization 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 --- Reading git-diff-tree failed