From owner-svn-src-head@FreeBSD.ORG Fri May 22 16:46:01 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F30D1065674; Fri, 22 May 2009 16:46:01 +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 6C4588FC15; Fri, 22 May 2009 16:46:01 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4MGk1Hp012508; Fri, 22 May 2009 16:46:01 GMT (envelope-from rmacklem@svn.freebsd.org) Received: (from rmacklem@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4MGk1Wi012507; Fri, 22 May 2009 16:46:01 GMT (envelope-from rmacklem@svn.freebsd.org) Message-Id: <200905221646.n4MGk1Wi012507@svn.freebsd.org> From: Rick Macklem Date: Fri, 22 May 2009 16:46:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192589 - head/sys/fs/nfsserver X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 16:46:02 -0000 Author: rmacklem Date: Fri May 22 16:46:01 2009 New Revision: 192589 URL: http://svn.freebsd.org/changeset/base/192589 Log: Change the comment at the beginning of the function to reflect the change from panic() to printf() done by r192588. Modified: head/sys/fs/nfsserver/nfs_nfsdstate.c Modified: head/sys/fs/nfsserver/nfs_nfsdstate.c ============================================================================== --- head/sys/fs/nfsserver/nfs_nfsdstate.c Fri May 22 16:41:33 2009 (r192588) +++ head/sys/fs/nfsserver/nfs_nfsdstate.c Fri May 22 16:46:01 2009 (r192589) @@ -3691,8 +3691,8 @@ nfsrv_docallback(struct nfsclient *clp, /* * Return the next index# for a clientid. Mostly just increment and return * the next one, but... if the 32bit unsigned does actually wrap around, - * reboot. This is here more for fun than practical purposes. At an - * average rate of one new client per second, it will wrap around in + * it should be rebooted. + * At an average rate of one new client per second, it will wrap around in * approximately 136 years. (I think the server will have been shut * down or rebooted before then.) */