From: Eric W. Biederman Date: Tue, 11 Mar 2014 21:18:42 +0000 (-0700) Subject: ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb. X-Git-Tag: v3.2.69~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5c64c23ba5192dda7e93459b42779054bf7c598;p=pandora-kernel.git ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb. commit f7e79913a1d6a6139211ead3b03579b317d25a1f upstream. Replace dev_kfree_skb with dev_kfree_skb_any in functions that can be called in hard irq and other contexts. Signed-off-by: "Eric W. Biederman" Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed