Date: Wed, 20 May 2009 18:58:07 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfsserver nfs_nfsdstate.c Message-ID: <200905201858.n4KIwJgR095861@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2009-05-20 18:58:07 UTC
FreeBSD src repository
Modified files:
sys/fs/nfsserver nfs_nfsdstate.c
Log:
SVN rev 192463 on 2009-05-20 18:58:07Z by rmacklem
Although it should never happen, all the nfsv4 server can do
when it runs out of clientids is reboot. I had replaced cpu_reboot()
with printf(), since cpu_reboot() doesn't exist for sparc64.
This change replaces the printf() with panic(), so the reboot
would occur for this highly unlikely occurrence.
Approved by: kib (mentor)
Revision Changes Path
1.3 +1 -1 src/sys/fs/nfsserver/nfs_nfsdstate.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905201858.n4KIwJgR095861>
