diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index 5be24244426abe83288ebb0cc5aa2d3f088b81d2..63ffd0057471e906d6c76eac1b35611ec623776b 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)