* [PATCH net-next] gre6: Clean up unused struct ipv6_tel_txoption definition
@ 2017-01-20 13:53 Jakub Sitnicki
2017-01-20 16:37 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Jakub Sitnicki @ 2017-01-20 13:53 UTC (permalink / raw)
To: David Miller; +Cc: netdev
Commit b05229f44228 ("gre6: Cleanup GREv6 transmit path, call common GRE
functions") removed the ip6gre specific transmit function, but left the
struct ipv6_tel_txoption definition. Clean it up.
Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
---
net/ipv6/ip6_gre.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/net/ipv6/ip6_gre.c b/net/ipv6/ip6_gre.c
index 75b6108..65bdfd1 100644
--- a/net/ipv6/ip6_gre.c
+++ b/net/ipv6/ip6_gre.c
@@ -484,11 +484,6 @@ static int gre_rcv(struct sk_buff *skb)
return 0;
}
-struct ipv6_tel_txoption {
- struct ipv6_txoptions ops;
- __u8 dst_opt[8];
-};
-
static int gre_handle_offloads(struct sk_buff *skb, bool csum)
{
return iptunnel_handle_offloads(skb,
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] gre6: Clean up unused struct ipv6_tel_txoption definition
2017-01-20 13:53 [PATCH net-next] gre6: Clean up unused struct ipv6_tel_txoption definition Jakub Sitnicki
@ 2017-01-20 16:37 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-01-20 16:37 UTC (permalink / raw)
To: jkbs; +Cc: netdev
From: Jakub Sitnicki <jkbs@redhat.com>
Date: Fri, 20 Jan 2017 14:53:06 +0100
> Commit b05229f44228 ("gre6: Cleanup GREv6 transmit path, call common GRE
> functions") removed the ip6gre specific transmit function, but left the
> struct ipv6_tel_txoption definition. Clean it up.
>
> Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
Applied, thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-20 16:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-20 13:53 [PATCH net-next] gre6: Clean up unused struct ipv6_tel_txoption definition Jakub Sitnicki
2017-01-20 16:37 ` 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).