[PATCH -mm] remove dup_namespaces() declaration

From: Cedric Le Goater
Date: Fri Mar 23 2007 - 09:36:15 EST


Hello !

Here's a minor fix for merge-sys_clone-sys_unshare-nsproxy-and-namespace.patch

dup_namespaces() does not exist any more, so we should remove the
declaration from nsproxy.h.

Signed-off-by: Cedric Le Goater <clg@xxxxxxxxxx>
---
include/linux/nsproxy.h | 1 -
1 file changed, 1 deletion(-)

Index: 2.6.21-rc4-mm1/include/linux/nsproxy.h
===================================================================
--- 2.6.21-rc4-mm1.orig/include/linux/nsproxy.h
+++ 2.6.21-rc4-mm1/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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/