* [2.6 patch] unexport ip6_find_1stfragopt
@ 2008-01-30 20:02 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2008-01-30 20:02 UTC (permalink / raw)
To: Herbert Xu, davem; +Cc: netdev
This patch removes the no longer used
EXPORT_SYMBOL_GPL(ip6_find_1stfragopt).
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
961bcbf7370019e35920a75d2d34c91b71708dfe
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c
index 15c4f6c..ca707c0 100644
--- a/net/ipv6/ip6_output.c
+++ b/net/ipv6/ip6_output.c
@@ -595,7 +595,6 @@ int ip6_find_1stfragopt(struct sk_buff *skb, u8 **nexthdr)
return offset;
}
-EXPORT_SYMBOL_GPL(ip6_find_1stfragopt);
static int ip6_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *))
{
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [2.6 patch] unexport ip6_find_1stfragopt
@ 2008-02-22 19:58 Adrian Bunk
2008-02-29 5:27 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2008-02-22 19:58 UTC (permalink / raw)
To: Herbert Xu, davem; +Cc: netdev
This patch removes the no longer used
EXPORT_SYMBOL_GPL(ip6_find_1stfragopt).
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
This patch has been sent on:
- 30 Jan 2008
961bcbf7370019e35920a75d2d34c91b71708dfe
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c
index 15c4f6c..ca707c0 100644
--- a/net/ipv6/ip6_output.c
+++ b/net/ipv6/ip6_output.c
@@ -595,7 +595,6 @@ int ip6_find_1stfragopt(struct sk_buff *skb, u8 **nexthdr)
return offset;
}
-EXPORT_SYMBOL_GPL(ip6_find_1stfragopt);
static int ip6_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *))
{
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [2.6 patch] unexport ip6_find_1stfragopt
2008-02-22 19:58 Adrian Bunk
@ 2008-02-29 5:27 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2008-02-29 5:27 UTC (permalink / raw)
To: bunk; +Cc: herbert, netdev
From: Adrian Bunk <bunk@kernel.org>
Date: Fri, 22 Feb 2008 21:58:11 +0200
> This patch removes the no longer used
> EXPORT_SYMBOL_GPL(ip6_find_1stfragopt).
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Applied to net-2.6.26, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-02-29 5:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30 20:02 [2.6 patch] unexport ip6_find_1stfragopt Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2008-02-22 19:58 Adrian Bunk
2008-02-29 5:27 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).