From: Artem Bityutskiy Date: Sat, 27 Dec 2008 17:18:00 +0000 (+0200) Subject: UBIFS: fix constants initialization X-Git-Tag: v2.6.29-rc1~533^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79807d075ab8d1ca3574f5f52421e0047c1f1256;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