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/specfs Pull up revision 1.50 (requested by f...



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

description:
Pull up revision 1.50 (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/specfs/spec_vnops.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 239575dbed9a -r 32a094522fca sys/miscfs/specfs/spec_vnops.c
--- a/sys/miscfs/specfs/spec_vnops.c    Thu Dec 14 23:36:11 2000 +0000
+++ b/sys/miscfs/specfs/spec_vnops.c    Thu Dec 14 23:36:14 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: spec_vnops.c,v 1.48.4.2 2000/10/30 22:01:12 tv Exp $   */
+/*     $NetBSD: spec_vnops.c,v 1.48.4.3 2000/12/14 23:36:14 he Exp $   */
 
 /*
  * Copyright (c) 1989, 1993
@@ -483,6 +483,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