Displaying 1 result from an estimated 1 matches for "4d8ca2afea93".
2010 Dec 09
0
[PATCH linux-2.6.18-xen] make netloop permanent
...ug.cgi?id=567540
[1] http://lists.xensource.com/archives/html/xen-devel/2006-02/msg01033.html
[2] http://xenbits.xensource.com/xen-unstable.hg?rev/271cb04a4f2b
[3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425703
[4] http://www.redhat.com/archives/fedora-xen/2007-April/msg00074.html
diff -r 4d8ca2afea93 drivers/xen/netback/loopback.c
--- a/drivers/xen/netback/loopback.c Tue Dec 07 18:35:16 2010 +0000
+++ b/drivers/xen/netback/loopback.c Wed Dec 08 18:27:41 2010 +0100
@@ -290,23 +290,6 @@
return err;
}
-static void __exit clean_loopback(int i)
-{
- struct net_device *dev1, *dev2;
- char dev_na...