Commit 47e62002 authored by Con Kolivas's avatar Con Kolivas Committed by David S. Miller

[IPV6]: Fix gcc-341 inlining for real.

Signed-off-by: default avatarCon Kolivas <kernel@kolivas.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDavid S. Miller <davem@redhat.com>
parent 628505a0
......@@ -692,7 +692,7 @@ static int ipv6_get_mtu(struct net_device *dev)
return mtu;
}
static inline unsigned int ipv6_advmss(unsigned int mtu)
static unsigned int ipv6_advmss(unsigned int mtu)
{
mtu -= sizeof(struct ipv6hdr) + sizeof(struct tcphdr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment