From: Eric W. Biederman Date: Fri, 21 Mar 2014 02:50:33 +0000 (-0700) Subject: if_vlan: Call dev_kfree_skb_any instead of kfree_skb. X-Git-Tag: v3.15-rc1~113^2~96^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb7c03dfc48eb81bda368561f4ca162749d127c9;p=pandora-kernel.git if_vlan: Call dev_kfree_skb_any instead of kfree_skb. Replace kfree_skb with dev_kfree_skb_any in vlan_insert_tag as vlan_insert_tag can be called from hard irq context (netpoll) and from other contexts. dev_kfree_skb_any is used as vlan_insert_tag only frees the skb if the skb can not be modified to insert a tag, in which case vlan_insert_tag drops the skb. Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed