git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0592554
)
UBIFS: fix constants initialization
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Sat, 27 Dec 2008 17:18:00 +0000
(19:18 +0200)
committer
Artem 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