Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2010 22:44:14 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210030 - head/sys/fs/nfsserver
Message-ID:  <201007132244.o6DMiExW077648@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007132244.o6DMiExW077648>