freebsd-dev/sbin/mount_nfs
John Baldwin 0b17c7bea5 Add a timeout on positive name cache entries in the NFS client. That is,
we will only trust a positive name cache entry for a specified amount of
time before falling back to a LOOKUP RPC, even if the ctime for the file
handle matches the cached copy in the name cache entry.  The timeout is
configured via a new 'nametimeo' mount option and defaults to 60 seconds.
It may be set to zero to disable positive name caching entirely.

Reviewed by:	rmacklem
MFC after:	1 week
2012-01-25 20:05:58 +00:00
..
Makefile Fix the Makefile for mount_nfs so that it creates a 2011-05-01 01:34:22 +00:00
mount_nfs.8 Add a timeout on positive name cache entries in the NFS client. That is, 2012-01-25 20:05:58 +00:00
mount_nfs.c Change checkpath() to not exit on error. This is a prerequisite for 2012-01-16 19:34:21 +00:00