|
@@ -1861,10 +1861,8 @@ SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags)
|
|
|
exit_sem(current);
|
|
|
}
|
|
|
|
|
|
- if (new_nsproxy) {
|
|
|
+ if (new_nsproxy)
|
|
|
switch_task_namespaces(current, new_nsproxy);
|
|
|
- new_nsproxy = NULL;
|
|
|
- }
|
|
|
|
|
|
task_lock(current);
|
|
|
|
|
@@ -1894,9 +1892,6 @@ SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (new_nsproxy)
|
|
|
- put_nsproxy(new_nsproxy);
|
|
|
-
|
|
|
bad_unshare_cleanup_cred:
|
|
|
if (new_cred)
|
|
|
put_cred(new_cred);
|