aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fork.c')
-rw-r--r--kernel/fork.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index 166b8c49257c..607353425bb0 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -1310,7 +1310,8 @@ bad_fork_free_pid:
1310 if (pid != &init_struct_pid) 1310 if (pid != &init_struct_pid)
1311 free_pid(pid); 1311 free_pid(pid);
1312bad_fork_cleanup_io: 1312bad_fork_cleanup_io:
1313 put_io_context(p->io_context); 1313 if (p->io_context)
1314 exit_io_context(p);
1314bad_fork_cleanup_namespaces: 1315bad_fork_cleanup_namespaces:
1315 exit_task_namespaces(p); 1316 exit_task_namespaces(p);
1316bad_fork_cleanup_mm: 1317bad_fork_cleanup_mm: