From: Michael S. Tsirkin Date: Thu, 16 Nov 2006 12:16:47 +0000 (+0200) Subject: IPoIB: Fix skb leak when freeing neighbour X-Git-Tag: v2.6.20-rc1~34^2~40^2~471^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2745b5b713bf3457d8977c62dc2b3aa61f4a14b0;p=pandora-kernel.git IPoIB: Fix skb leak when freeing neighbour ipoib_neigh_free() is sometimes called while neighbour is still alive, so it might still have queued skbs. Fix skb leak in this case. Signed-off-by: Michael S. Tsirkin Signed-off-by: Roland Dreier --- Reading git-diff-tree failed