Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/miscfs/genfs Pull up revision 1.20 (requested by fv...



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

description:
Pull up revision 1.20 (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/miscfs/genfs/genfs_vnops.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bb80bbc4f344 -r 42ba90c3cdf3 sys/miscfs/genfs/genfs_vnops.c
--- a/sys/miscfs/genfs/genfs_vnops.c    Thu Dec 14 23:36:05 2000 +0000
+++ b/sys/miscfs/genfs/genfs_vnops.c    Thu Dec 14 23:36:08 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: genfs_vnops.c,v 1.18 2000/05/29 18:59:51 mycroft Exp $ */
+/*     $NetBSD: genfs_vnops.c,v 1.18.2.1 2000/12/14 23:36:08 he Exp $  */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -79,6 +79,8 @@
                struct vnode *a_vp;
                struct ucred *a_cred;
                int a_flags;
+               off_t offlo;
+               off_t offhi;
                struct proc *a_p;
        } */ *ap = v;
        struct vnode *vp = ap->a_vp;



Home | Main Index | Thread Index | Old Index