patch-2.4.0-test11 linux/net/core/sock.c
Next file: linux/net/decnet/Config.in
Previous file: linux/net/core/scm.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sat Nov 11 19:02:41 2000
- Orig file:
v2.4.0-test10/linux/net/core/sock.c
- Orig date:
Sun Oct 8 10:50:38 2000
diff -u --recursive --new-file v2.4.0-test10/linux/net/core/sock.c linux/net/core/sock.c
@@ -7,7 +7,7 @@
* handler for protocols to use and generic option handler.
*
*
- * Version: $Id: sock.c,v 1.100 2000/09/18 05:59:48 davem Exp $
+ * Version: $Id: sock.c,v 1.101 2000/11/10 04:02:04 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -819,7 +819,7 @@
add_wait_queue_exclusive(&sk->lock.wq, &wait);
for(;;) {
- current->state = TASK_EXCLUSIVE | TASK_UNINTERRUPTIBLE;
+ current->state = TASK_UNINTERRUPTIBLE;
spin_unlock_bh(&sk->lock.slock);
schedule();
spin_lock_bh(&sk->lock.slock);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)