svn commit: r192589 - head/sys/fs/nfsserver
Rick Macklem
rmacklem at FreeBSD.org
Fri May 22 16:46:02 UTC 2009
Author: rmacklem
Date: Fri May 22 16:46:01 2009
New Revision: 192589
URL: http://svn.freebsd.org/changeset/base/192589
Log:
Change the comment at the beginning of the function to reflect the
change from panic() to printf() done by r192588.
Modified:
head/sys/fs/nfsserver/nfs_nfsdstate.c
Modified: head/sys/fs/nfsserver/nfs_nfsdstate.c
==============================================================================
--- head/sys/fs/nfsserver/nfs_nfsdstate.c Fri May 22 16:41:33 2009 (r192588)
+++ head/sys/fs/nfsserver/nfs_nfsdstate.c Fri May 22 16:46:01 2009 (r192589)
@@ -3691,8 +3691,8 @@ nfsrv_docallback(struct nfsclient *clp,
/*
* Return the next index# for a clientid. Mostly just increment and return
* the next one, but... if the 32bit unsigned does actually wrap around,
- * reboot. This is here more for fun than practical purposes. At an
- * average rate of one new client per second, it will wrap around in
+ * it should be rebooted.
+ * At an average rate of one new client per second, it will wrap around in
* approximately 136 years. (I think the server will have been shut
* down or rebooted before then.)
*/
More information about the svn-src-all
mailing list