[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1601292995-32205-1-git-send-email-brookxu@tencent.com>
Date: Mon, 28 Sep 2020 19:36:34 +0800
From: Chunguang Xu <brookxu.cn@...il.com>
To: adilger.kernel@...ger.ca, tytso@....edu
Cc: linux-ext4@...r.kernel.org
Subject: [PATCH] ext4: delete invalid comments near mb_buddy_adjust_border
From: Chunguang Xu <brookxu@...cent.com>
The comment near mb_buddy_adjust_border seems meaningless, just
clear it.
Signed-off-by: Chunguang Xu <brookxu@...cent.com>
---
fs/ext4/mballoc.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index e5ce7dc..b89a106 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -1397,9 +1397,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)) {
--
1.8.3.1
Powered by blists - more mailing lists