[PATCH] Add a sysfs file to determine if a kexec kernel is loaded
[cascardo/linux.git] / include / linux / namespace.h
index 6731977..3abc8e3 100644 (file)
@@ -15,6 +15,7 @@ struct namespace {
 
 extern int copy_namespace(int, struct task_struct *);
 extern void __put_namespace(struct namespace *namespace);
+extern struct namespace *dup_namespace(struct task_struct *, struct fs_struct *);
 
 static inline void put_namespace(struct namespace *namespace)
 {