net/mlx5: Introduce device queue counters
[cascardo/linux.git] / kernel / exit.c
index 953d1a1..fd90195 100644 (file)
@@ -435,7 +435,7 @@ static void exit_mm(struct task_struct *tsk)
        mm_update_next_owner(mm);
        mmput(mm);
        if (test_thread_flag(TIF_MEMDIE))
-               exit_oom_victim();
+               exit_oom_victim(tsk);
 }
 
 static struct task_struct *find_alive_thread(struct task_struct *p)