]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/ext4/mballoc.c
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)
commit2846e82004a8d5ef0a63cd3209c84ea5cd796f11
tree3b20c08ce64e918d4217bb95228fc597c63bf0e0
parent66bb82798d9ff896271d13f5020f7fb9b7d88e1a
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