From: Cedric Le Goater dup_namespaces() does not exist any more, so we should remove the declaration from nsproxy.h. Signed-off-by: Cedric Le Goater Signed-off-by: Andrew Morton --- include/linux/nsproxy.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/nsproxy.h~merge-sys_clone-sys_unshare-nsproxy-and-namespace-fix include/linux/nsproxy.h --- a/include/linux/nsproxy.h~merge-sys_clone-sys_unshare-nsproxy-and-namespace-fix +++ a/include/linux/nsproxy.h @@ -31,7 +31,6 @@ 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); _