mm: fix improper .init-type section references
[linux-block.git] / include / linux / nsproxy.h
index 0b9f0dc30d6114a1f5177a7fde829d2199137172..189e0dc993ab6ab84a577d1ee0635946ec077072 100644 (file)
@@ -31,10 +31,11 @@ struct nsproxy {
 };
 extern struct nsproxy init_nsproxy;
 
-struct nsproxy *dup_namespaces(struct nsproxy *orig);
 int copy_namespaces(int flags, struct task_struct *tsk);
 void get_task_namespaces(struct task_struct *tsk);
 void free_nsproxy(struct nsproxy *ns);
+int unshare_nsproxy_namespaces(unsigned long, struct nsproxy **,
+       struct fs_struct *);
 
 static inline void put_nsproxy(struct nsproxy *ns)
 {