patch-1.3.57 linux/fs/nfs/sock.c
Next file: linux/fs/proc/array.c
Previous file: linux/fs/nfs/nfsroot.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Thu Jan 11 11:57:28 1996
- Orig file:
v1.3.56/linux/fs/nfs/sock.c
- Orig date:
Wed Dec 27 09:12:13 1995
diff -u --recursive --new-file v1.3.56/linux/fs/nfs/sock.c linux/fs/nfs/sock.c
@@ -81,13 +81,13 @@
if (result == -ETIMEDOUT) {
if (server->flags & NFS_MOUNT_SOFT) {
printk("NFS server %s not responding, "
- "still trying.\n", server->hostname);
+ "timed out.\n", server->hostname);
result = -EIO;
break;
}
if (!major_timeout_seen) {
printk("NFS server %s not responding, "
- "timed out.\n", server->hostname);
+ "still trying.\n", server->hostname);
major_timeout_seen = 1;
}
if ((timeout.init_timeout <<= 1) >= maxtimeo)
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