aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
diff options
context:
space:
mode:
authorChunguang Xu <brookxu@tencent.com>2020-09-28 19:36:34 +0800
committerTheodore Ts'o <tytso@mit.edu>2020-10-18 10:37:13 -0400
commit9d1f9b27704009a0032c9a70f8a44cfb331971b5 (patch)
tree4f99bfa2c80894a4244ad341fd51279ffa1b1025 /fs/ext4/mballoc.c
parentext4: fix bdev write error check failed when mount fs with ro (diff)
downloadlinux-dev-9d1f9b27704009a0032c9a70f8a44cfb331971b5.tar.xz
linux-dev-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.c3
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)) {