patch-2.3.6 linux/net/x25/af_x25.c
Next file: linux/CREDITS
Previous file: linux/net/wanrouter/wanmain.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed Jun 9 14:45:37 1999
- Orig file:
v2.3.5/linux/net/x25/af_x25.c
- Orig date:
Wed Jun 2 14:44:39 1999
diff -u --recursive --new-file v2.3.5/linux/net/x25/af_x25.c linux/net/x25/af_x25.c
@@ -1336,7 +1336,7 @@
/*
* Register any pre existing devices.
*/
- read_lock_bh(&dev_base_lock);
+ read_lock(&dev_base_lock);
for (dev = dev_base; dev != NULL; dev = dev->next) {
if ((dev->flags & IFF_UP) && (dev->type == ARPHRD_X25
#if defined(CONFIG_LLC) || defined(CONFIG_LLC_MODULE)
@@ -1345,7 +1345,7 @@
))
x25_link_device_up(dev);
}
- read_unlock_bh(&dev_base_lock);
+ read_unlock(&dev_base_lock);
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)