X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=mm%2Foom_kill.c;h=6738c47f1f7280edc5f3fe610b2658195a0a77e0;hb=9afcdb10ade4c3f5bedb1c7de9dd37f7061819eb;hp=314e9d2743813ea5e52c08929b8a4cbb4621dfa9;hpb=92396e78d339e1ba8c50e69fee96197a56d3911a;p=karo-tx-linux.git diff --git a/mm/oom_kill.c b/mm/oom_kill.c index 314e9d274381..6738c47f1f72 100644 --- a/mm/oom_kill.c +++ b/mm/oom_kill.c @@ -680,7 +680,7 @@ void pagefault_out_of_memory(void) { struct zonelist *zonelist; - if (mem_cgroup_oom_synchronize()) + if (mem_cgroup_oom_synchronize(true)) return; zonelist = node_zonelist(first_online_node, GFP_KERNEL);