]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Dec 2009 16:06:34 +0000 (08:06 -0800)
commitee0cc3fed6eacd6d791b89fa8fd839918e41fefb
tree15616ea1f80b9e29d24151b9fa3c38dfea60f8e6
parent90608af946cb40a743f3d7af58310ff8381b7101
ext4: move ext4_mb_init_group() function earlier in the mballoc.c

(cherry picked from commit b6a758ec3af3ec236dbfdcf6a06b84ac8f94957e)

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/mballoc.c