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.33 (requested by fvdl):



details:   https://anonhg.NetBSD.org/src/rev/1a2e922d5929
branches:  netbsd-1-5
changeset: 490335:1a2e922d5929
user:      he <he%NetBSD.org@localhost>
date:      Thu Dec 14 23:36:51 2000 +0000

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

diffs (18 lines):

diff -r 39c337daa284 -r 1a2e922d5929 sys/nfs/nfs_nqlease.c
--- a/sys/nfs/nfs_nqlease.c     Thu Dec 14 23:36:48 2000 +0000
+++ b/sys/nfs/nfs_nqlease.c     Thu Dec 14 23:36:51 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_nqlease.c,v 1.32 2000/06/09 00:00:17 fvdl Exp $    */
+/*     $NetBSD: nfs_nqlease.c,v 1.32.2.1 2000/12/14 23:36:51 he Exp $  */
 
 /*
  * Copyright (c) 1992, 1993
@@ -1077,7 +1077,7 @@
                                                (void) nqnfs_vacated(vp, cred);
                                        } else if (vp->v_type == VREG) {
                                                (void) VOP_FSYNC(vp, cred,
-                                                   FSYNC_WAIT, p);
+                                                   FSYNC_WAIT, 0, 0, p);
                                                np->n_flag &= ~NMODIFIED;
                                        }
                                }



Home | Main Index | Thread Index | Old Index