]> git.baikalelectronics.ru Git - kernel.git/commit
fork: unshare: remove dead code
authorAlan Cox <alan@linux.intel.com>
Thu, 28 Feb 2013 01:03:23 +0000 (17:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Feb 2013 03:10:12 +0000 (19:10 -0800)
commite6bdf2c675cfdf54dc57bbd60d92ac600954448a
tree983e4c0c901c7cc9364e109676597347b7c4ec65
parent1457d75bce27c01b22cf7f4940970411b7f97c5e
fork: unshare: remove dead code

If new_nsproxy is set we will always call switch_task_namespaces and
then set new_nsproxy back to NULL so the reassignment and fall through
check are redundant

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/fork.c