From: Serge E. Hallyn Date: Tue, 27 Mar 2007 05:32:31 +0000 (-0800) Subject: [PATCH] ipcns: fix !CONFIG_IPC_NS behavior X-Git-Tag: v2.6.21-rc6~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a28d193cbf01375974683c13e99a52ef489e5eb0;p=pandora-kernel.git [PATCH] ipcns: fix !CONFIG_IPC_NS behavior When CONFIG_IPC_NS=n, clone(CLONE_NEWIPC) claims success, but did not actually clone a new IPC namespace. Fix this to return -EINVAL so the caller knows his request was denied. Signed-off-by: Serge E. Hallyn Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed