Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/nfs Pull up revision 1.9 (requested by fvdl):
details: https://anonhg.NetBSD.org/src/rev/9d02b25182bb
branches: netbsd-1-5
changeset: 490346:9d02b25182bb
user: he <he%NetBSD.org@localhost>
date: Thu Dec 14 23:37:33 2000 +0000
description:
Pull up revision 1.9 (requested by fvdl):
Improve NFS performance, possibly with as much as 100% in
throughput. Please note: this implies a kernel interface change,
VOP_FSYNC gains two arguments.
diffstat:
sys/nfs/nfsproto.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r f3887f6462d6 -r 9d02b25182bb sys/nfs/nfsproto.h
--- a/sys/nfs/nfsproto.h Thu Dec 14 23:37:30 2000 +0000
+++ b/sys/nfs/nfsproto.h Thu Dec 14 23:37:33 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfsproto.h,v 1.8 1998/08/06 19:44:28 kleink Exp $ */
+/* $NetBSD: nfsproto.h,v 1.8.22.1 2000/12/14 23:37:33 he Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -58,8 +58,8 @@
#define NFS_VER2 2
#define NFS_VER3 3
#define NFS_V2MAXDATA 8192
-#define NFS_MAXDGRAMDATA 16384
-#define NFS_MAXDATA 32768
+#define NFS_MAXDGRAMDATA 32768
+#define NFS_MAXDATA MAXBSIZE
#define NFS_MAXPATHLEN 1024
#define NFS_MAXNAMLEN 255
#define NFS_MAXPKTHDR 404
Home |
Main Index |
Thread Index |
Old Index