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



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

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

diffs (27 lines):

diff -r 42ba90c3cdf3 -r 239575dbed9a sys/miscfs/genfs/layer_vnops.c
--- a/sys/miscfs/genfs/layer_vnops.c    Thu Dec 14 23:36:08 2000 +0000
+++ b/sys/miscfs/genfs/layer_vnops.c    Thu Dec 14 23:36:11 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: layer_vnops.c,v 1.3 2000/03/30 12:22:14 augustss Exp $ */
+/*     $NetBSD: layer_vnops.c,v 1.3.4.1 2000/12/14 23:36:11 he Exp $   */
 
 /*
  * Copyright (c) 1999 National Aeronautics & Space Administration
@@ -71,7 +71,7 @@
  *
  * Ancestors:
  *     @(#)lofs_vnops.c        1.2 (Berkeley) 6/18/92
- *     $Id: layer_vnops.c,v 1.3 2000/03/30 12:22:14 augustss Exp $
+ *     $Id: layer_vnops.c,v 1.3.4.1 2000/12/14 23:36:11 he Exp $
  *     ...and...
  *     @(#)null_vnodeops.c 1.20 92/07/07 UCLA Ficus project
  */
@@ -716,6 +716,8 @@
                struct vnode *a_vp;
                struct ucred *a_cred;
                int  a_flags;
+               off_t offlo;
+               off_t offhi;
                struct proc *a_p;
        } */ *ap = v;
 



Home | Main Index | Thread Index | Old Index