diff --git a/mm/util.c b/mm/util.c
index 41b47d8cae09a..fd9efe6bd463c 100644
--- a/mm/util.c
+++ b/mm/util.c
@@ -796,10 +796,6 @@ int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin)
 {
 	long allowed;
 
-	VM_WARN_ONCE(percpu_counter_read(&vm_committed_as) <
-			-(s64)vm_committed_as_batch * num_online_cpus(),
-			"memory commitment underflow");
-
 	vm_acct_memory(pages);
 
 	/*