Files
linux-apfs/drivers
Krishna Kumar 2e66f55b3a virtio_net: Fix panic in virtnet_remove
Fix a panic in virtnet_remove. unregister_netdev has already
freed up the netdev (and virtnet_info) due to dev->destructor
being set, while virtnet_info is still required. Remove
virtnet_free altogether, and move the freeing of the per-cpu
statistics from virtnet_free to virtnet_remove.

Tested patch below.

Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-07-21 21:29:34 -07:00
..
2011-07-12 07:59:38 -07:00
2011-07-21 13:47:53 -07:00
2011-07-11 09:52:35 -04:00
2011-07-21 13:47:57 -07:00
2011-07-04 16:02:48 +09:00
2011-07-17 12:40:08 +00:00