diff mbox series

ext4: delete invalid comments near mb_buddy_adjust_border

Message ID 1601292995-32205-1-git-send-email-brookxu@tencent.com
State Awaiting Upstream
Headers show
Series ext4: delete invalid comments near mb_buddy_adjust_border | expand

Commit Message

brookxu Sept. 28, 2020, 11:36 a.m. UTC
From: Chunguang Xu <brookxu@tencent.com>

The comment near mb_buddy_adjust_border seems meaningless, just
clear it.

Signed-off-by: Chunguang Xu <brookxu@tencent.com>
---
 fs/ext4/mballoc.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Theodore Ts'o Oct. 3, 2020, 5:11 a.m. UTC | #1
On Mon, Sep 28, 2020 at 07:36:34PM +0800, Chunguang Xu wrote:
> From: Chunguang Xu <brookxu@tencent.com>
> 
> The comment near mb_buddy_adjust_border seems meaningless, just
> clear it.
> 
> Signed-off-by: Chunguang Xu <brookxu@tencent.com>

Applied, thanks.

					- Ted
diff mbox series

Patch

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)) {