From owner-svn-src-all@FreeBSD.ORG Sat Jul 31 15:36:55 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 155CE106567A; Sat, 31 Jul 2010 15:36:55 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 04C328FC12; Sat, 31 Jul 2010 15:36:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o6VFasOi020454; Sat, 31 Jul 2010 15:36:54 GMT (envelope-from rmacklem@svn.freebsd.org) Received: (from rmacklem@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o6VFasIp020452; Sat, 31 Jul 2010 15:36:54 GMT (envelope-from rmacklem@svn.freebsd.org) Message-Id: <201007311536.o6VFasIp020452@svn.freebsd.org> From: Rick Macklem Date: Sat, 31 Jul 2010 15:36:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r210687 - stable/8/sys/fs/nfsserver X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jul 2010 15:36:55 -0000 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) */