X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fpid_namespace.c;h=98702b4b8851762969d9ddad76505e5739e8166c;hb=bbad5d4750ab3b44a196f9bdd982972e41b7e520;hp=5ca37fa50beb5b4d66b79e9c596943c80d363dfc;hpb=595f403c1af37b1339e64b89040528b8cd48c5a3;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;