Date: Sun, 31 Jan 2010 19:12:24 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfsclient nfs_clvfsops.c nfs_clvnops.c nfsmount.h nfsnode.h Message-ID: <201001311912.o0VJCema003904@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2010-01-31 19:12:24 UTC
FreeBSD src repository
Modified files:
sys/fs/nfsclient nfs_clvfsops.c nfs_clvnops.c nfsmount.h
nfsnode.h
Log:
SVN rev 203303 on 2010-01-31 19:12:24Z by rmacklem
Patch the experimental NFS client so that there is a timeout
for negative name cache entries in a manner analogous to
r202767 for the regular NFS client. Also, make the code in
nfs_lookup() compatible with that of the regular client
and replace the sysctl variable that enabled negative name
caching with the mount point option.
MFC after: 2 weeks
Revision Changes Path
1.9 +18 -4 src/sys/fs/nfsclient/nfs_clvfsops.c
1.18 +114 -54 src/sys/fs/nfsclient/nfs_clvnops.c
1.3 +5 -0 src/sys/fs/nfsclient/nfsmount.h
1.2 +1 -0 src/sys/fs/nfsclient/nfsnode.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001311912.o0VJCema003904>
