svn commit: r210030 - head/sys/fs/nfsserver

Rick Macklem rmacklem at FreeBSD.org
Tue Jul 13 22:44:15 UTC 2010


Author: rmacklem
Date: Tue Jul 13 22:44:14 2010
New Revision: 210030
URL: http://svn.freebsd.org/changeset/base/210030

Log:
  Fix a bogus comment that mentions lru lists that don't exist.
  
  Reported by:	zack.kirsch at isilon.com
  MFC after:	2 weeks

Modified:
  head/sys/fs/nfsserver/nfs_nfsdstate.c

Modified: head/sys/fs/nfsserver/nfs_nfsdstate.c
==============================================================================
--- head/sys/fs/nfsserver/nfs_nfsdstate.c	Tue Jul 13 22:36:45 2010	(r210029)
+++ head/sys/fs/nfsserver/nfs_nfsdstate.c	Tue Jul 13 22:44:14 2010	(r210030)
@@ -45,7 +45,7 @@ NFSV4ROOTLOCKMUTEX;
 NFSSTATESPINLOCK;
 
 /*
- * Hash and lru lists for nfs V4.
+ * Hash lists for nfs V4.
  * (Some would put them in the .h file, but I don't like declaring storage
  *  in a .h)
  */


More information about the svn-src-head mailing list