Change the comment at the beginning of the function to reflect the

change from panic() to printf() done by r192588.
This commit is contained in:
Rick Macklem 2009-05-22 16:46:01 +00:00
parent 199685bca9
commit 8757104e6b

View File

@ -3691,8 +3691,8 @@ nfsrv_docallback(struct nfsclient *clp, int procnum,
/*
* 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.)
*/