patch-1.3.51 linux/fs/nfs/sock.c
Next file: linux/fs/noquot.c
Previous file: linux/fs/nfs/rpcsock.c
Back to the patch index
Back to the overall index
-  Lines: 9
 -  Date:
Tue Dec 26 06:03:00 1995
 -  Orig file: 
v1.3.50/linux/fs/nfs/sock.c
 -  Orig date: 
Thu Nov  9 11:23:51 1995
 
diff -u --recursive --new-file v1.3.50/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) {
+		} 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