From: Tom Herbert Date: Fri, 31 Jul 2015 23:52:11 +0000 (-0700) Subject: ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabel X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~243^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67800f9b1f4eb5bbefc32e3f5044097354bc85b3;p=pandora-kernel.git ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabel We can't call skb_get_hash here since the packet is not complete to do flow_dissector. Create hash based on flowi6 instead. Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed