svn commit: r210687 - stable/8/sys/fs/nfsserver
Rick Macklem
rmacklem at FreeBSD.org
Sat Jul 31 15:36:55 UTC 2010
Author: rmacklem
Date: Sat Jul 31 15:36:54 2010
New Revision: 210687
URL: http://svn.freebsd.org/changeset/base/210687
Log:
MFC: r210030
Fix a bogus comment that mentions lru lists that don't exist.
Modified:
stable/8/sys/fs/nfsserver/nfs_nfsdstate.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/fs/nfsserver/nfs_nfsdstate.c
==============================================================================
--- stable/8/sys/fs/nfsserver/nfs_nfsdstate.c Sat Jul 31 15:31:23 2010 (r210686)
+++ stable/8/sys/fs/nfsserver/nfs_nfsdstate.c Sat Jul 31 15:36:54 2010 (r210687)
@@ -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-stable-8
mailing list