From: Frank Davis <fdavis@si.rr.com>
To: Arnd Bergmann <arnd@bergmann-dalldorf.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.5.25 : tr_source_route fix
Date: Wed, 10 Jul 2002 12:45:35 -0400 [thread overview]
Message-ID: <3D2C64AF.6020102@si.rr.com> (raw)
In-Reply-To: 200207101548.g6AFmUg96842@d12relay01.de.ibm.com
Arnd,
I have a few questions regarding your patch. I don't see the line
you are removing from net/netsyms.c in 2.5.25 , and for
net/llc/llc_mac.c , I also don't see where trdevice.h would be included
to make the reference to tr_source_route . Thanks.
Regards,
Frank
Arnd Bergmann wrote:
> This declaration is not needed any more, since it now is in the header file. The other
> declaration in net/netsyms.c and net/llc/llc_mac.c should be removed as well.
> replacement patch follows.
>
> Arnd <><
>
> diff -u -r1.1.1.1 trdevice.h
> --- a/include/linux/trdevice.h 2002/03/13 19:33:11 1.1.1.1
> +++ b/include/linux/trdevice.h 2002/07/10 15:34:28
> @@ -33,6 +33,9 @@
> void *saddr, unsigned len);
> extern int tr_rebuild_header(struct sk_buff *skb);
> extern unsigned short tr_type_trans(struct sk_buff *skb, struct net_device *dev);
> +extern void tr_source_route(struct sk_buff *skb,
> + struct trh_hdr *trh,
> + struct net_device *dev);
> extern struct net_device *init_trdev(struct net_device *dev, int sizeof_priv);
> extern struct net_device *alloc_trdev(int sizeof_priv);
> extern int register_trdev(struct net_device *dev);
> diff -u -r1.6 netsyms.c
> --- a/net/netsyms.c 2002/06/25 09:36:58 1.6
> +++ b/net/netsyms.c 2002/07/10 15:34:28
> @@ -444,8 +444,6 @@
> #endif /* CONFIG_INET */
>
> #if defined(CONFIG_TR) && defined(CONFIG_LLC)
> -extern void tr_source_route(struct sk_buff *skb, struct trh_hdr *trh,
> - struct net_device *dev);
> EXPORT_SYMBOL(tr_source_route);
> EXPORT_SYMBOL(tr_type_trans);
> #endif
> diff -u -r1.3 tr.c
> --- a/net/802/tr.c 2002/05/27 12:33:18 1.3
> +++ b/net/802/tr.c 2002/07/10 15:34:28
> @@ -36,7 +36,6 @@
> #include <linux/init.h>
> #include <net/arp.h>
>
> -static void tr_source_route(struct sk_buff *skb, struct trh_hdr *trh, struct net_device *dev);
> static void tr_add_rif_info(struct trh_hdr *trh, struct net_device *dev);
> static void rif_check_expire(unsigned long dummy);
>
> @@ -230,7 +229,7 @@
> * We try to do source routing...
> */
>
> -static void tr_source_route(struct sk_buff *skb,struct trh_hdr *trh,struct net_device *dev)
> +void tr_source_route(struct sk_buff *skb,struct trh_hdr *trh,struct net_device *dev)
> {
> int i, slack;
> unsigned int hash;
> diff -u -r1.1 llc_mac.c
> --- a/net/llc/llc_mac.c 2002/06/25 09:37:00 1.1
> +++ b/net/llc/llc_mac.c 2002/07/10 15:34:29
> @@ -25,10 +25,7 @@
> #include <net/llc_evnt.h>
> #include <net/llc_c_ev.h>
> #include <net/llc_s_ev.h>
> -#ifdef CONFIG_TR
> -extern void tr_source_route(struct sk_buff *skb, struct trh_hdr *trh,
> - struct net_device *dev);
> -#endif
> +
> /* function prototypes */
> static void fix_up_incoming_skb(struct sk_buff *skb);
>
next prev parent reply other threads:[~2002-07-10 16:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-10 14:20 [PATCH] 2.5.25 : tr_source_route fix Frank Davis
2002-07-10 17:48 ` Arnd Bergmann
2002-07-10 16:45 ` Frank Davis [this message]
2002-07-11 9:46 ` Arnd Bergmann
2002-07-11 14:00 ` Frank Davis
2002-07-11 21:47 ` Arnd Bergmann
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=3D2C64AF.6020102@si.rr.com \
--to=fdavis@si.rr.com \
--cc=arnd@bergmann-dalldorf.de \
--cc=linux-kernel@vger.kernel.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.