[PATCH] correct error message for failed clone ns
If copy_namespace() returns -EPERM, copy_process() will return a confusing -ENOMEM. Fix it thus.
Showing
Please register or sign in to comment
If copy_namespace() returns -EPERM, copy_process() will return a confusing -ENOMEM. Fix it thus.