ext4: code cleanup in mb_find_buddy()
authorColy Li <i@coly.li>
Thu, 24 Feb 2011 17:51:59 +0000 (12:51 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 24 Feb 2011 17:51:59 +0000 (12:51 -0500)
commit84b775a354f640736176b5d966408fc5d5da6665
treec7b26ce41a9234e48bfc74514b960b9b38b40c5d
parentea6633369458992241599c9d9ebadffaeddec164
ext4: code cleanup in mb_find_buddy()

Current code calculate max no matter whether order is zero, it's
unnecessary. This cleanup patch sets max to "1 << (e4b->bd_blkbits
+ 3)" only when order == 0.

Signed-off-by: Coly Li <bosong.ly@taobao.com>
Cc: Alex Tomas <alex@clusterfs.com>
Cc: Theodore Tso <tytso@google.com>
fs/ext4/mballoc.c