CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/05 12:28:08
Modified files: sys/nfs : nfs_socket.c Log message: When waking an nfs daemon, use wakeup_one vice wakeup, as a) we're attempting to wake a specific process which b) sleeps on a unique address which means that there's no need to continue traversing the sleep queue once the process has been found and awakened. "looks good too me" thib@