diff --git a/mm/util.c b/mm/util.c index 41b47d8cae09a097efe05c2121cc02fa80286df1..fd9efe6bd463cc0bb8fc609d55f88993c984dbd3 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); /*