]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: move ext4_add_groupblocks() to mballoc.c
authorAmir Goldstein <amir73il@users.sf.net>
Mon, 9 May 2011 14:46:41 +0000 (10:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 May 2011 14:46:41 +0000 (10:46 -0400)
commit0f2e8f591ce8b7755be5528c609343e61f011a84
tree3b20c08ce64e918d4217bb95228fc597c63bf0e0
parenta4d3d26592deb019ab9c4c3825f724a1b98f7824
ext4: move ext4_add_groupblocks() to mballoc.c

In preparation for the next patch, the function ext4_add_groupblocks()
is moved to mballoc.c, where it could use some static functions.

Signed-off-by: Amir Goldstein <amir73il@users.sf.net>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/balloc.c
fs/ext4/ext4.h
fs/ext4/mballoc.c