]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/pid_namespace.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
[linux-2.6-omap-h63xx.git] / include / linux / pid_namespace.h
index 2833806d42c635de975f76c3c078dd113c01b8e3..169c6c24209b471e63a61c48ef4d16cd9ad95717 100644 (file)
@@ -29,7 +29,7 @@ static inline void get_pid_ns(struct pid_namespace *ns)
        kref_get(&ns->kref);
 }
 
-extern int copy_pid_ns(int flags, struct task_struct *tsk);
+extern struct pid_namespace *copy_pid_ns(int flags, struct pid_namespace *ns);
 extern void free_pid_ns(struct kref *kref);
 
 static inline void put_pid_ns(struct pid_namespace *ns)