svn commit: r192539 - head/sys/fs/nfsserver

Rick Macklem rmacklem at FreeBSD.org
Thu May 21 14:52:37 UTC 2009


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");


More information about the svn-src-head mailing list