diff options
Diffstat (limited to 'kernel/fork.c')
-rw-r--r-- | kernel/fork.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index 7e455a93a75a..125246fc75a5 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
@@ -1084,7 +1084,6 @@ static struct task_struct *copy_process(unsigned long clone_flags, | |||
1084 | p->security = NULL; | 1084 | p->security = NULL; |
1085 | #endif | 1085 | #endif |
1086 | p->io_context = NULL; | 1086 | p->io_context = NULL; |
1087 | p->io_wait = NULL; | ||
1088 | p->audit_context = NULL; | 1087 | p->audit_context = NULL; |
1089 | cpuset_fork(p); | 1088 | cpuset_fork(p); |
1090 | #ifdef CONFIG_NUMA | 1089 | #ifdef CONFIG_NUMA |