spidernet : fix memory leak in spider_net_stop
authorJens Osterkamp <jens@de.ibm.com>
Thu, 1 Feb 2007 11:07:47 +0000 (12:07 +0100)
committerJeff Garzik <jeff@garzik.org>
Fri, 2 Feb 2007 13:34:10 +0000 (08:34 -0500)
We forget to call spider_net_free_rx_chain_contents which does the
actual dev_kfree_skb. New skbs are allocated from skbuff_head_cache
on each "ifconfig up" letting the cache grow infinitely.

This patch fixes it.

Signed-off-by: Jens Osterkamp <jens@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found