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/syncfs Pull up revision 1.4 (requested by fv...
details: https://anonhg.NetBSD.org/src/rev/75c125e96f40
branches: netbsd-1-5
changeset: 490324:75c125e96f40
user: he <he%NetBSD.org@localhost>
date: Thu Dec 14 23:36:19 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/syncfs/sync_vnops.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r fc416f6311ab -r 75c125e96f40 sys/miscfs/syncfs/sync_vnops.c
--- a/sys/miscfs/syncfs/sync_vnops.c Thu Dec 14 23:36:16 2000 +0000
+++ b/sys/miscfs/syncfs/sync_vnops.c Thu Dec 14 23:36:19 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sync_vnops.c,v 1.2.6.1 2000/07/27 02:46:52 mycroft Exp $ */
+/* $NetBSD: sync_vnops.c,v 1.2.6.2 2000/12/14 23:36:19 he Exp $ */
/*
* Copyright 1997 Marshall Kirk McKusick. All Rights Reserved.
@@ -124,6 +124,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 *syncvp = ap->a_vp;
Home |
Main Index |
Thread Index |
Old Index