All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cedric Le Goater <clg@fr.ibm.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Badari Pulavarty <pbadari@us.ibm.com>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [PATCH -mm] remove dup_namespaces() declaration
Date: Fri, 23 Mar 2007 14:35:34 +0100	[thread overview]
Message-ID: <4603D7A6.7060106@fr.ibm.com> (raw)

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);

                 reply	other threads:[~2007-03-23 13:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4603D7A6.7060106@fr.ibm.com \
    --to=clg@fr.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pbadari@us.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.