From: Nicolas Dichtel Date: Thu, 16 May 2013 23:36:32 +0000 (+0000) Subject: dev: remove duplicate 'skb->dev = dev' in dev_forward_skb() X-Git-Tag: v3.11-rc1~16^2~387 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57b354e66b67c4c72468a26d4313d1217ef32e17;p=pandora-kernel.git dev: remove duplicate 'skb->dev = dev' in dev_forward_skb() This was added by commit 59b9997baba5 (Revert "net: maintain namespace isolation between vlan and real device"). In fact, before the initial commit - the one that is reverted -, this statement was not present. 'skb->dev = dev' is already done in eth_type_trans(), which is call just after. Spotted-by: Alain Ritoux Signed-off-by: Nicolas Dichtel Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed