From owner-cvs-all Tue May 19 00:16:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06775 for cvs-all-outgoing; Tue, 19 May 1998 00:16:12 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06730; Tue, 19 May 1998 00:15:55 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA24639; Tue, 19 May 1998 00:11:28 -0700 (PDT) Date: Tue, 19 May 1998 00:11:28 -0700 (PDT) Message-Id: <199805190711.AAA24639@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs.h nfs_bio.c nfs_nqlease.c nfs_socket.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c nfsmount.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/05/19 00:11:28 PDT Modified files: sys/nfs nfs.h nfs_bio.c nfs_nqlease.c nfs_socket.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c nfsmount.h Log: Allow control of the attribute cache timeouts at mount time. We had run out of bits in the nfs mount flags, I have moved the internal state flags into a seperate variable. These are no longer visible via statfs(), but I don't know of anything that looks at them. Revision Changes Path 1.35 +33 -28 src/sys/nfs/nfs.h 1.55 +5 -3 src/sys/nfs/nfs_bio.c 1.34 +19 -18 src/sys/nfs/nfs_nqlease.c 1.32 +39 -30 src/sys/nfs/nfs_socket.c 1.54 +45 -4 src/sys/nfs/nfs_subs.c 1.38 +20 -17 src/sys/nfs/nfs_syscalls.c 1.59 +74 -53 src/sys/nfs/nfs_vfsops.c 1.89 +5 -4 src/sys/nfs/nfs_vnops.c 1.14 +6 -1 src/sys/nfs/nfsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message