patch-2.3.5 linux/net/ethernet/eth.c
Next file: linux/net/ipv4/devinet.c
Previous file: linux/net/decnet/dn_dev.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Jun 1 09:43:41 1999
- Orig file:
v2.3.4/linux/net/ethernet/eth.c
- Orig date:
Mon May 31 22:28:07 1999
diff -u --recursive --new-file v2.3.4/linux/net/ethernet/eth.c linux/net/ethernet/eth.c
@@ -67,7 +67,7 @@
if (!str || !*str)
return;
- read_lock_bh(&dev_base_lock);
+
d = dev_base;
while (d)
{
@@ -85,7 +85,6 @@
}
d=d->next;
}
- read_unlock_bh(&dev_base_lock);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)