From: Eric Dumazet Date: Sat, 27 Sep 2014 16:50:56 +0000 (-0700) Subject: ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted() X-Git-Tag: fixes-against-v3.18-rc2~144^2~133^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a224772db8420ecb7ce91a9ba5d535ee3a50d982;p=pandora-kernel.git ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted() ipv6_opt_accepted() assumes IP6CB(skb) holds the struct inet6_skb_parm that it needs. Lets not assume this, as TCP stack might use a different place. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed