K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2009-05-20T18:58:07.372492Z K 7 svn:log V 329 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) END