ext4: delete invalid comments near mb_buddy_adjust_border
authorChunguang Xu <brookxu@tencent.com>
Mon, 28 Sep 2020 11:36:34 +0000 (19:36 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 18 Oct 2020 14:37:13 +0000 (10:37 -0400)
The comment near mb_buddy_adjust_border seems meaningless, just
clear it.

Signed-off-by: Chunguang Xu <brookxu@tencent.com>
Link: https://lore.kernel.org/r/1601292995-32205-1-git-send-email-brookxu@tencent.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c

index c59fd49..4846f88 100644 (file)
@@ -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)) {