From: Eric Sandeen Date: Tue, 18 Aug 2009 03:51:29 +0000 (-0400) Subject: ext4: open-code ext4_mb_update_group_info X-Git-Tag: v2.6.32-rc1~633^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0373130d5bc783751c1fbad948886916a21d4559;p=pandora-kernel.git ext4: open-code ext4_mb_update_group_info ext4_mb_update_group_info is only called in one place, and it's extremely simple. There's no reason to have it in a separate function in a separate file as far as I can tell, it just obfuscates what's really going on. Perhaps it was intended to keep the grp->bb_* manipulation local to mballoc.c but we're already accessing other grp-> fields in balloc.c directly so this seems ok. Signed-off-by: Eric Sandeen Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed