Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block
[linux-2.6-block.git] / kernel / exit.c
index 80ae941cfd2e1429df18d5bb0c9b8e10d57cbf7b..1143012951e98433c9bed5011d6f87ebe32d9bbd 100644 (file)
@@ -1009,7 +1009,7 @@ NORET_TYPE void do_exit(long code)
        tsk->flags |= PF_EXITPIDONE;
 
        if (tsk->io_context)
-               exit_io_context();
+               exit_io_context(tsk);
 
        if (tsk->splice_pipe)
                __free_pipe_info(tsk->splice_pipe);