lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 23 Mar 2007 14:35:34 +0100
From:	Cedric Le Goater <clg@...ibm.com>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
CC:	Badari Pulavarty <pbadari@...ibm.com>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH -mm] remove dup_namespaces() declaration

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@...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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ