From: Michael S. Tsirkin Date: Thu, 15 Feb 2007 22:16:13 +0000 (+0200) Subject: IPoIB: CM error handling thinko fix X-Git-Tag: v2.6.21-rc1~79^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a2e65f87c66ab1e720f49378750cdd800f9e9cf;p=pandora-kernel.git IPoIB: CM error handling thinko fix ipoib_cm_alloc_rx_skb() might be called from IRQ context, so it must use dev_kfree_skb_any(), not kfree_skb(). Signed-off-by: Michael S. Tsirkin Signed-off-by: Roland Dreier --- Reading git-diff-tree failed