Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / kernel / exit.c
index 953d1a1c0387df367a75802ed7330c72acf9b797..fd90195667e1129bf06b96c805e43ba519301be4 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)
This page took 0.024116 seconds and 5 git commands to generate.