ext4: let ext4_group_extend() use common code
authorYongqiang Yang <xiaoqiangnk@gmail.com>
Wed, 4 Jan 2012 22:09:48 +0000 (17:09 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 4 Jan 2012 22:09:48 +0000 (17:09 -0500)
ext4_group_extend_no_check() is moved out from ext4_group_extend(),
this patch lets ext4_group_extend() call ext4_group_extentd_no_check()
instead.

Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found