From: Sukadev Bhattiprolu Date: Fri, 19 Oct 2007 06:39:53 +0000 (-0700) Subject: pid namespaces: move alloc_pid() to copy_process() X-Git-Tag: v2.6.24-rc1~236 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6f5e06378970a2687332c2d54046245fcff1e7e;p=pandora-kernel.git pid namespaces: move alloc_pid() to copy_process() Move alloc_pid() into copy_process(). This will keep all pid and pid namespace code together and simplify error handling when we support multiple pid namespaces. Signed-off-by: Sukadev Bhattiprolu Cc: Pavel Emelianov Cc: Eric W. Biederman Cc: Cedric Le Goater Cc: Dave Hansen Cc: Serge Hallyn Cc: Herbert Poetzel Cc: Kirill Korotaev Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed