diff options
author | Chunguang Xu <brookxu@tencent.com> | 2020-09-28 13:36:34 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-10-18 16:37:13 +0200 |
commit | 9d1f9b27704009a0032c9a70f8a44cfb331971b5 (patch) | |
tree | 4f99bfa2c80894a4244ad341fd51279ffa1b1025 /fs/ext4/mballoc.c | |
parent | ext4: fix bdev write error check failed when mount fs with ro (diff) | |
download | linux-9d1f9b27704009a0032c9a70f8a44cfb331971b5.tar.xz linux-9d1f9b27704009a0032c9a70f8a44cfb331971b5.zip |
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>
Diffstat (limited to 'fs/ext4/mballoc.c')
-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)) { |