From: Oren Laadan <orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
To: "Serge E. Hallyn" <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
Cc: Linux Containers <containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org>
Subject: Re: [PATCH linux-cr] export net checkpoint fns
Date: Thu, 01 Apr 2010 00:31:43 -0400 [thread overview]
Message-ID: <4BB421AF.60906@cs.columbia.edu> (raw)
In-Reply-To: <20100330155112.GA3132-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
Got it -- for v21-rc2.
Serge E. Hallyn wrote:
> 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;
prev parent reply other threads:[~2010-04-01 4:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-30 15:51 [PATCH linux-cr] export net checkpoint fns Serge E. Hallyn
[not found] ` <20100330155112.GA3132-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-04-01 4:31 ` Oren Laadan [this message]
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=4BB421AF.60906@cs.columbia.edu \
--to=orenl-eqauephvms7envbuuze7ea@public.gmane.org \
--cc=containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org \
--cc=serue-r/Jw6+rmf7HQT0dZR+AlfA@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 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.