[PATCH -mm] remove dup_namespaces() declaration

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Cedric Le Goater
Date: Friday, March 23, 2007 - 6:35 am

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@fr.ibm.com>
---
 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);
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH -mm] remove dup_namespaces() declaration, Cedric Le Goater, (Fri Mar 23, 6:35 am)