From: Tom Herbert Date: Tue, 1 Sep 2015 16:24:24 +0000 (-0700) Subject: skbuff: Make __skb_set_sw_hash a general function X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~12^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcc83839ffdb063dd2b0370cd85c4f825761fc59;p=pandora-kernel.git skbuff: Make __skb_set_sw_hash a general function Move __skb_set_sw_hash to skbuff.h and add __skb_set_hash which is a common method (between __skb_set_sw_hash and skb_set_hash) to set the hash in an skbuff. Also, move skb_clear_hash to be closer to __skb_set_hash. Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed