Displaying 1 result from an estimated 1 matches for "fdfd708d2ec4".
2007 Oct 30
0
[Patch 6/8] Netfront accelerator bug fixes
cleanup accelerators list on netfront unload
Signed-off-by <kmansley@solarflare.com>
diff -r fdfd708d2ec4 drivers/xen/netfront/accel.c
--- a/drivers/xen/netfront/accel.c Wed Oct 24 15:38:35 2007 +0100
+++ b/drivers/xen/netfront/accel.c Wed Oct 24 16:25:57 2007 +0100
@@ -75,6 +75,24 @@ void netif_init_accel(void)
spin_lock_init(&accelerators_lock);
}
+void netif_exit_accel(void)
+{
+ struct net...