]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: remove unnecessary ext4_get_group_info in ext4_mb_load_buddy
authorTao Ma <boyu.mt@taobao.com>
Sat, 23 Jul 2011 20:07:26 +0000 (16:07 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jul 2011 20:07:26 +0000 (16:07 -0400)
commitad7da0ff2351ccf632e93765f2e62dec48240ccb
tree624e4cdafcbbe61441c1cf73395394caf736618f
parentc52184f06da9e4732f8fa96d91e76eba0029750d
ext4: remove unnecessary ext4_get_group_info in ext4_mb_load_buddy

ext4_mb_load_buddy() calls ext4_get_group_info() for setting both
"grp" and "e4b->bd_info", but it could do "e4b->bd_info = grp".

Reported-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c