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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"