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:
688f05a
)
ext4: Do mballoc init before doing filesystem recovery
author
Aneesh Kumar K.V
<aneesh.kumar@linux.vnet.ibm.com>
Sat, 11 Oct 2008 00:07:20 +0000
(20:07 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 11 Oct 2008 00:07:20 +0000
(20:07 -0400)
During filesystem recovery we may be doing a truncate
which expects some of the mballoc data structures to
be initialized. So do ext4_mb_init before recovery.
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
No differences found