commit | 8a2e65f87c66ab1e720f49378750cdd800f9e9cf | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@mellanox.co.il> | Fri Feb 16 00:16:13 2007 +0200 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Feb 16 13:57:35 2007 -0800 |
tree | 8aece3b76c52dd7c398d17ba2e5977580b77ca61 | |
parent | c52daa29760818772ee4211be4ee8d1c78b888d5 [diff] |
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 <mst@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>