diff options
author | Chunguang Xu <brookxu@tencent.com> | 2020-09-28 14:36:34 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-10-18 17:37:13 +0300 |
commit | 9d1f9b27704009a0032c9a70f8a44cfb331971b5 (patch) | |
tree | 4f99bfa2c80894a4244ad341fd51279ffa1b1025 | |
parent | 9704a322ea67fdb05fc66cf431fdd01c2424bbd9 (diff) | |
download | linux-9d1f9b27704009a0032c9a70f8a44cfb331971b5.tar.xz |
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 <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>
-rw-r--r-- | fs/ext4/mballoc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index c59fd49a7567..4846f885357e 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)) { |