Re: [PATCH -next] ipv6: use flag instead of u16 for hop in inet6_skb_parm

2015-07-09 Thread David Miller
From: Florian Westphal Date: Wed, 8 Jul 2015 23:32:12 +0200 > Hop was always either 0 or sizeof(struct ipv6hdr). > > Signed-off-by: Florian Westphal Looks good, applied, thanks Florian. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@

[PATCH -next] ipv6: use flag instead of u16 for hop in inet6_skb_parm

2015-07-08 Thread Florian Westphal
Hop was always either 0 or sizeof(struct ipv6hdr). Signed-off-by: Florian Westphal --- include/linux/ipv6.h | 2 +- net/ipv6/af_inet6.c | 4 ++-- net/ipv6/datagram.c | 8 net/ipv6/exthdrs.c | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/linux/ipv6.h b