Date: Thu, 21 Jan 2010 20:57:25 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c nfs_vnops.c nfsmount.h nfsnode.h Message-ID: <201001212057.o0LKvcoX017463@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2010-01-21 20:57:25 UTC
FreeBSD src repository
Modified files:
sys/nfsclient nfs_vfsops.c nfs_vnops.c nfsmount.h
nfsnode.h
Log:
SVN rev 202767 on 2010-01-21 20:57:25Z by rmacklem
Add a timeout for the negative name cache entries in the NFS client.
This avoids a bogus negative name cache entry from persisting forever
when another client creates an entry with the same name within the
same NFS server time of day clock tick. The mount option negnametimeo
can be used to override the default timeout interval on a
per-mount-point basis. Setting negnametimeo to 0 disables negative
name caching for the mount point.
I also fixed one obvious typo where args.timeo should be
args.maxgrouplist.
Submitted by: jhb (earlier version)
Reviewed by: jhb
MFC after: 2 weeks
Revision Changes Path
1.232 +18 -6 src/sys/nfsclient/nfs_vfsops.c
1.323 +9 -2 src/sys/nfsclient/nfs_vnops.c
1.39 +5 -0 src/sys/nfsclient/nfsmount.h
1.67 +1 -0 src/sys/nfsclient/nfsnode.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001212057.o0LKvcoX017463>
