ext4: move ext4_mb_init_group() function earlier in the mballoc.c
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 10 Sep 2009 03:47:46 +0000 (23:47 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 10 Sep 2009 03:47:46 +0000 (23:47 -0400)
commitb6a758ec3af3ec236dbfdcf6a06b84ac8f94957e
tree188505222c7fd0d92c18435aaf96e07c9f0ebdb6
parent91ac6f43317c0bf99969665f98016548011dfa38
ext4: move ext4_mb_init_group() function earlier in the mballoc.c

This moves the function around so that it can be called from
ext4_mb_load_buddy().

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c