patch-2.0.18 linux/fs/nfs/rpcsock.c
Next file: linux/fs/umsdos/inode.c
Previous file: linux/fs/buffer.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Sep 3 20:10:17 1996
- Orig file:
v2.0.17/linux/fs/nfs/rpcsock.c
- Orig date:
Thu Jun 6 21:22:24 1996
diff -u --recursive --new-file v2.0.17/linux/fs/nfs/rpcsock.c linux/fs/nfs/rpcsock.c
@@ -564,7 +564,7 @@
unsigned long t0 = jiffies;
rsock->shutdown = 1;
- while (rsock->pending || rsock->backlog) {
+ while (rsock->pending || waitqueue_active(&rsock->backlog)) {
interruptible_sleep_on(&rsock->shutwait);
if (current->signal & ~current->blocked)
return -EINTR;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov