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 80ae941cfd2e..1143012951e9 100644 --- a/kernel/exit.c +++ b/kernel/exit.c | |||
@@ -1009,7 +1009,7 @@ NORET_TYPE void do_exit(long code) | |||
1009 | tsk->flags |= PF_EXITPIDONE; | 1009 | tsk->flags |= PF_EXITPIDONE; |
1010 | 1010 | ||
1011 | if (tsk->io_context) | 1011 | if (tsk->io_context) |
1012 | exit_io_context(); | 1012 | exit_io_context(tsk); |
1013 | 1013 | ||
1014 | if (tsk->splice_pipe) | 1014 | if (tsk->splice_pipe) |
1015 | __free_pipe_info(tsk->splice_pipe); | 1015 | __free_pipe_info(tsk->splice_pipe); |