]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ext4: Do mballoc init before doing filesystem recovery
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Sat, 11 Oct 2008 00:07:20 +0000 (20:07 -0400)
committerTheodore 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