Re: [PATCH] IPv6 Extension headers

David S. Miller (davem@redhat.com)
Sun, 23 Mar 2003 21:29:50 -0800 (PST)


From: Mitsuru KANDA / $B?@ED(B $B=<(B <mk@linux-ipv6.org>
Date: Tue, 18 Mar 2003 10:32:27 -0800

Could you check this patch?
(This patch is against 2.5.65.)

I applied this patch with some minor changes.

First, many functions in net/ipv6/exthdrs.c and net/ipv6/reassembly.c
can be marked static now.

Second, some local variables (for example, "nhoff" in ip6_input()) can
be eliminated entirely because they compute a value in one place and
use it in the very next line and nowhere else is it referenced.

Thank you.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/