Linux Container Development
 help / color / mirror / Atom feed
From: "Serge E. Hallyn" <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
To: Oren Laadan <orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
Cc: Linux Containers <containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org>
Subject: [PATCH linux-cr] export net checkpoint fns
Date: Tue, 30 Mar 2010 10:51:12 -0500	[thread overview]
Message-ID: <20100330155112.GA3132@us.ibm.com> (raw)

Signed-off-by: Serge Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
---
 net/checkpoint_dev.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/net/checkpoint_dev.c b/net/checkpoint_dev.c
index bc0415d..eb9673c 100644
--- a/net/checkpoint_dev.c
+++ b/net/checkpoint_dev.c
@@ -128,6 +128,8 @@ int ckpt_netdev_in_init_netns(struct ckpt_ctx *ctx, struct net_device *dev)
 	return dev->nd_net == current->nsproxy->net_ns;
 }
 
+EXPORT_SYMBOL_GPL(ckpt_netdev_in_init_netns);
+
 int ckpt_netdev_hwaddr(struct net_device *dev, struct ckpt_hdr_netdev *h)
 {
 	struct net *net = dev->nd_net;
@@ -228,6 +230,8 @@ struct ckpt_hdr_netdev *ckpt_netdev_base(struct ckpt_ctx *ctx,
 	return h;
 }
 
+EXPORT_SYMBOL_GPL(ckpt_netdev_base);
+
 int checkpoint_netdev(struct ckpt_ctx *ctx, void *ptr)
 {
 	struct net_device *dev = (struct net_device *)ptr;
-- 
1.6.2.3

             reply	other threads:[~2010-03-30 15:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-30 15:51 Serge E. Hallyn [this message]
     [not found] ` <20100330155112.GA3132-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-04-01  4:31   ` [PATCH linux-cr] export net checkpoint fns Oren Laadan

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=20100330155112.GA3132@us.ibm.com \
    --to=serue-r/jw6+rmf7hqt0dzr+alfa@public.gmane.org \
    --cc=containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org \
    --cc=orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox