projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9704a32
)
ext4: delete invalid comments near mb_buddy_adjust_border
author
Chunguang Xu
<brookxu@tencent.com>
Mon, 28 Sep 2020 11:36:34 +0000
(19:36 +0800)
committer
Theodore Ts'o
<tytso@mit.edu>
Sun, 18 Oct 2020 14:37:13 +0000
(10:37 -0400)
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>
fs/ext4/mballoc.c
patch
|
blob
|
history
diff --git
a/fs/ext4/mballoc.c
b/fs/ext4/mballoc.c
index c59fd49a7567a86d45a8efc3d7b919710a7a79eb..4846f885357ef866b5c88f7bf6ec895cf16f7958 100644
(file)
--- 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)) {