aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fork.c')
-rw-r--r--kernel/fork.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index 2a86c9dff744..1987c57abb08 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -805,7 +805,6 @@ static int copy_io(struct task_struct *tsk)
805 if (unlikely(!tsk->io_context)) 805 if (unlikely(!tsk->io_context))
806 return -ENOMEM; 806 return -ENOMEM;
807 807
808 tsk->io_context->task = tsk;
809 tsk->io_context->ioprio = ioc->ioprio; 808 tsk->io_context->ioprio = ioc->ioprio;
810 } 809 }
811#endif 810#endif