* [PATCH linux-cr] export net checkpoint fns
@ 2010-03-30 15:51 Serge E. Hallyn
[not found] ` <20100330155112.GA3132-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Serge E. Hallyn @ 2010-03-30 15:51 UTC (permalink / raw)
To: Oren Laadan; +Cc: Linux Containers
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH linux-cr] export net checkpoint fns
[not found] ` <20100330155112.GA3132-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
@ 2010-04-01 4:31 ` Oren Laadan
0 siblings, 0 replies; 2+ messages in thread
From: Oren Laadan @ 2010-04-01 4:31 UTC (permalink / raw)
To: Serge E. Hallyn; +Cc: Linux Containers
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;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-01 4:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.