svn commit: r192463 - head/sys/fs/nfsserver
Alexey Dokuchaev
danfe at FreeBSD.org
Thu May 21 06:46:09 UTC 2009
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
More information about the svn-src-all
mailing list