From: Nicolas Dichtel Date: Tue, 13 Aug 2013 15:51:09 +0000 (+0200) Subject: dev: move skb_scrub_packet() after eth_type_trans() X-Git-Tag: v3.12-rc1~132^2~294^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64261f230a9157f5f520ce30ec6827d679375e2f;p=pandora-kernel.git dev: move skb_scrub_packet() after eth_type_trans() skb_scrub_packet() was called before eth_type_trans() to let eth_type_trans() set pkt_type. In fact, we should force pkt_type to PACKET_HOST, so move the call after eth_type_trans(). Signed-off-by: Nicolas Dichtel Signed-off-by: David S. Miller --- Reading git-diff-tree failed