From: Aneesh Kumar K.V Date: Sun, 16 Nov 2008 16:05:33 +0000 (-0500) Subject: ext4: Do mballoc init before doing filesystem recovery X-Git-Tag: v2.6.27.8~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab2e23ffdaaeca8db97adf16bcecdbd95a286c7f;p=pandora-kernel.git ext4: Do mballoc init before doing filesystem recovery (cherry picked from commit c2774d84fd6cab2bfa2a2fae0b1ca8d8ebde48a2) 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 Signed-off-by: Theodore Ts'o Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed