X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fpid_namespace.c;h=98702b4b8851762969d9ddad76505e5739e8166c;hb=7ea56616ba6b3d67a4892728182e38ae162ea3e7;hp=5ca37fa50beb5b4d66b79e9c596943c80d363dfc;hpb=d973664992d814d93db161b28c0cc9a4c7e68f42;p=linux-2.6 diff --git a/kernel/pid_namespace.c b/kernel/pid_namespace.c index 5ca37fa50b..98702b4b88 100644 --- a/kernel/pid_namespace.c +++ b/kernel/pid_namespace.c @@ -66,7 +66,7 @@ err_alloc: return NULL; } -static struct pid_namespace *create_pid_namespace(int level) +static struct pid_namespace *create_pid_namespace(unsigned int level) { struct pid_namespace *ns; int i;