Date: Thu, 21 May 2009 14:52:36 +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: r192539 - head/sys/fs/nfsserver Message-ID: <200905211452.n4LEqaRO069886@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rmacklem Date: Thu May 21 14:52:36 2009 New Revision: 192539 URL: http://svn.freebsd.org/changeset/base/192539 Log: Fix the comment at line 3711 to be consistent with the change applied for r192537. Approved by: kib (mentor) Modified: head/sys/fs/nfsserver/nfs_nfsdstate.c Modified: head/sys/fs/nfsserver/nfs_nfsdstate.c ============================================================================== --- head/sys/fs/nfsserver/nfs_nfsdstate.c Thu May 21 14:51:31 2009 (r192538) +++ head/sys/fs/nfsserver/nfs_nfsdstate.c Thu May 21 14:52:36 2009 (r192539) @@ -3706,7 +3706,7 @@ nfsrv_nextclientindex(void) return (client_index); /* - * In practice, we'll never get here, but the reboot is here, + * In practice we'll never get here, but the panic is here * just for fun. (client_index will not wrap around on any real server) */ panic("nfsv4 server out of clientids");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905211452.n4LEqaRO069886>