From owner-svn-src-head@FreeBSD.ORG Thu May 21 06:46:08 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C35211065672; Thu, 21 May 2009 06:46:08 +0000 (UTC) Date: Thu, 21 May 2009 06:46:08 +0000 From: Alexey Dokuchaev To: Rick Macklem Message-ID: <20090521064608.GA18434@FreeBSD.org> References: <200905201858.n4KIw7Fc040619@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200905201858.n4KIw7Fc040619@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r192463 - 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: Thu, 21 May 2009 06:46:09 -0000 On Wed, May 20, 2009 at 06:58:07PM +0000, Rick Macklem wrote: > Modified: head/sys/fs/nfsserver/nfs_nfsdstate.c > ============================================================================== > --- head/sys/fs/nfsserver/nfs_nfsdstate.c Wed May 20 18:45:49 2009 (r192462) > +++ head/sys/fs/nfsserver/nfs_nfsdstate.c Wed May 20 18:58:07 2009 (r192463) > @@ -3709,7 +3709,7 @@ nfsrv_nextclientindex(void) > * In practice, we'll never get here, but the reboot is here, > * just for fun. (client_index will not wrap around on any real server) > */ > - printf("you must reboot now\n"); > + panic("nfsv4 server out of clientids"); Shouldn't the comment above be also tweaked? ./danfe