Source-Changes-HG archive

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

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



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

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

diffs (18 lines):

diff -r bb692d73a977 -r b79b8b542e4c sys/ntfs/ntfs_vnops.c
--- a/sys/ntfs/ntfs_vnops.c     Thu Dec 14 23:36:24 2000 +0000
+++ b/sys/ntfs/ntfs_vnops.c     Thu Dec 14 23:36:26 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntfs_vnops.c,v 1.24 2000/03/30 12:47:02 augustss Exp $ */
+/*     $NetBSD: ntfs_vnops.c,v 1.24.4.1 2000/12/14 23:36:26 he Exp $   */
 
 /*
  * Copyright (c) 1992, 1993
@@ -824,6 +824,8 @@
                struct vnode *a_vp;
                struct ucred *a_cred;
                int a_waitfor;
+               off_t offlo;
+               off_t offhi;
                struct proc *a_p;
        } */ *ap;
 {



Home | Main Index | Thread Index | Old Index