patch-2.4.20 linux-2.4.20/fs/nfs/inode.c

Next file: linux-2.4.20/fs/nfs/mount_clnt.c
Previous file: linux-2.4.20/fs/nfs/flushd.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/fs/nfs/inode.c linux-2.4.20/fs/nfs/inode.c
@@ -472,7 +472,8 @@
 		goto failure_kill_reqlist;
 	}
 
-	/* We're airborne */
+	/* We're airborne Set socket buffersize */
+	rpc_setbufsize(clnt, server->wsize + 100, server->rsize + 100);
 
 	/* Check whether to start the lockd process */
 	if (!(server->flags & NFS_MOUNT_NONLM))

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)