Date: Tue, 19 May 1998 00:11:28 -0700 (PDT) From: Peter Wemm <peter@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 Message-ID: <199805190711.AAA24639@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805190711.AAA24639>