svn commit: r203496 - stable/8/sys/nfsclient

Rick Macklem rmacklem at FreeBSD.org
Thu Feb 4 17:31:34 UTC 2010


Author: rmacklem
Date: Thu Feb  4 17:31:34 2010
New Revision: 203496
URL: http://svn.freebsd.org/changeset/base/203496

Log:
  MFC: r202774
  Fix a typo in a comment introduced by r202767.

Modified:
  stable/8/sys/nfsclient/nfs_vnops.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/nfsclient/nfs_vnops.c
==============================================================================
--- stable/8/sys/nfsclient/nfs_vnops.c	Thu Feb  4 17:26:11 2010	(r203495)
+++ stable/8/sys/nfsclient/nfs_vnops.c	Thu Feb  4 17:31:34 2010	(r203496)
@@ -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-stable mailing list