]> git.neil.brown.name Git - history.git/commit
[PATCH] correct error message for failed clone ns
authorAndries E. Brouwer <andries.brouwer@cwi.nl>
Sat, 19 Apr 2003 09:21:25 +0000 (02:21 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 19 Apr 2003 09:21:25 +0000 (02:21 -0700)
commite02fafe8e7e45486f554799a2d27d87ff483790e
tree34201ff929cb42f8123ef43f436071d812d39953
parentd35f1926f78cb55ccf3ffd804caf12e68ebc975f
[PATCH] correct error message for failed clone ns

If copy_namespace() returns -EPERM, copy_process() will
return a confusing -ENOMEM. Fix it thus.
kernel/fork.c