Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/coda Pull up revision 1.21 (requested by fvdl):



details:   https://anonhg.NetBSD.org/src/rev/bfd5cec77643
branches:  netbsd-1-5
changeset: 490317:bfd5cec77643
user:      he <he%NetBSD.org@localhost>
date:      Thu Dec 14 23:35:59 2000 +0000

description:
Pull up revision 1.21 (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/coda/coda_vnops.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 06385219a882 -r bfd5cec77643 sys/coda/coda_vnops.c
--- a/sys/coda/coda_vnops.c     Thu Dec 14 23:06:47 2000 +0000
+++ b/sys/coda/coda_vnops.c     Thu Dec 14 23:35:59 2000 +0000
@@ -6,7 +6,7 @@
 rmdir
 symlink
 */
-/*     $NetBSD: coda_vnops.c,v 1.18 2000/04/05 18:39:09 phil Exp $     */
+/*     $NetBSD: coda_vnops.c,v 1.18.4.1 2000/12/14 23:35:59 he Exp $   */
 
 /*
  * 
@@ -809,7 +809,7 @@
     }
 
     if (convp)
-       VOP_FSYNC(convp, cred, MNT_WAIT, p);
+       VOP_FSYNC(convp, cred, MNT_WAIT, 0, 0, p);
 
     /*
      * We can expect fsync on any vnode at all if venus is pruging it.



Home | Main Index | Thread Index | Old Index