From: Chunguang Xu Date: Mon, 28 Sep 2020 11:36:34 +0000 (+0800) Subject: ext4: delete invalid comments near mb_buddy_adjust_border X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9d1f9b27704009a0032c9a70f8a44cfb331971b5;p=linux.git ext4: delete invalid comments near mb_buddy_adjust_border The comment near mb_buddy_adjust_border seems meaningless, just clear it. Signed-off-by: Chunguang Xu Link: https://lore.kernel.org/r/1601292995-32205-1-git-send-email-brookxu@tencent.com Signed-off-by: Theodore Ts'o --- diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index c59fd49a7567a..4846f885357ef 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c @@ -1394,9 +1394,6 @@ void ext4_set_bits(void *bm, int cur, int len) } } -/* - * _________________________________________________________________ */ - static inline int mb_buddy_adjust_border(int* bit, void* bitmap, int side) { if (mb_test_bit(*bit + side, bitmap)) {