Skip to content

Commit

Permalink
ext4: delete invalid comments near mb_buddy_adjust_border
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
brookxu-tx authored and tytso committed Oct 18, 2020
1 parent 9704a32 commit 9d1f9b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/ext4/mballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 9d1f9b2

Please sign in to comment.