* [PATCH -mm] remove dup_namespaces() declaration
@ 2007-03-23 13:35 Cedric Le Goater
0 siblings, 0 replies; only message in thread
From: Cedric Le Goater @ 2007-03-23 13:35 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: Badari Pulavarty, Andrew Morton
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-23 13:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-23 13:35 [PATCH -mm] remove dup_namespaces() declaration Cedric Le Goater
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.