aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrookxu <[email protected]>2020-08-07 22:01:33 +0800
committerTheodore Ts'o <[email protected]>2020-08-18 14:15:54 -0400
commit051e2ce8cb90592c8acdc7056ffed966310d91b4 (patch)
tree074438a12c5a97fa013e5ee8a3d06816a40395f8
parente9a3cd48d65307b1a489300d7e3e0b28ae94dbfd (diff)
ext4: delete invalid comments near ext4_mb_check_limits()
These comments do not seem to be related to ext4_mb_check_limits(), it may be invalid. Signed-off-by: Chunguang Xu <[email protected]> Reviewed-by: Ritesh Harjani <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
-rw-r--r--fs/ext4/mballoc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index 5be24244426a..63ffd0057471 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -1740,10 +1740,6 @@ static void ext4_mb_use_best_found(struct ext4_allocation_context *ac,
}
-/*
- * regular allocator, for general purposes allocation
- */
-
static void ext4_mb_check_limits(struct ext4_allocation_context *ac,
struct ext4_buddy *e4b,
int finish_group)