svn commit: r202774 - head/sys/nfsclient

Rick Macklem rmacklem at FreeBSD.org
Thu Jan 21 21:59:11 UTC 2010


Author: rmacklem
Date: Thu Jan 21 21:59:10 2010
New Revision: 202774
URL: http://svn.freebsd.org/changeset/base/202774

Log:
  Fix a typo in a comment introduced by r202767.
  
  MFC after:	2 weeks

Modified:
  head/sys/nfsclient/nfs_vnops.c

Modified: head/sys/nfsclient/nfs_vnops.c
==============================================================================
--- head/sys/nfsclient/nfs_vnops.c	Thu Jan 21 21:31:39 2010	(r202773)
+++ head/sys/nfsclient/nfs_vnops.c	Thu Jan 21 21:59:10 2010	(r202774)
@@ -981,7 +981,6 @@ nfs_lookup(struct vop_lookup_args *ap)
 		 * We only accept a negative hit in the cache if the
 		 * modification time of the parent directory matches
 		 * our cached copy.  Otherwise, we discard all of the
-		 * negative cache entries for this directory.
 		 * negative cache entries for this directory. We also
 		 * only trust -ve cache entries for less than
 		 * nm_negative_namecache_timeout seconds.


More information about the svn-src-head mailing list