diff options
Diffstat (limited to 'kernel/exit.c')
-rw-r--r-- | kernel/exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c index f7864ac2ecc1..2544000125d9 100644 --- a/kernel/exit.c +++ b/kernel/exit.c | |||
@@ -1004,7 +1004,7 @@ NORET_TYPE void do_exit(long code) | |||
1004 | tsk->flags |= PF_EXITPIDONE; | 1004 | tsk->flags |= PF_EXITPIDONE; |
1005 | 1005 | ||
1006 | if (tsk->io_context) | 1006 | if (tsk->io_context) |
1007 | exit_io_context(); | 1007 | exit_io_context(tsk); |
1008 | 1008 | ||
1009 | if (tsk->splice_pipe) | 1009 | if (tsk->splice_pipe) |
1010 | __free_pipe_info(tsk->splice_pipe); | 1010 | __free_pipe_info(tsk->splice_pipe); |