patch-1.3.60 linux/fs/nfs/sock.c
Next file: linux/fs/open.c
Previous file: linux/fs/nfs/inode.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Feb 7 08:55:39 1996
- Orig file:
v1.3.59/linux/fs/nfs/sock.c
- Orig date:
Sun Jan 14 16:30:12 1996
diff -u --recursive --new-file v1.3.59/linux/fs/nfs/sock.c linux/fs/nfs/sock.c
@@ -92,7 +92,7 @@
}
if ((timeout.init_timeout <<= 1) >= maxtimeo)
timeout.init_timeout = maxtimeo;
- } else if (result < 0 && result != ERESTARTSYS) {
+ } else if (result < 0 && result != -ERESTARTSYS) {
printk("NFS: notice message: result = %d.\n", result);
}
} while (result == -ETIMEDOUT && !(server->flags & NFS_MOUNT_SOFT));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this