CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2009/01/24 16:35:47
Modified files: sys/nfs : nfs.h nfs_serv.c nfs_socket.c nfs_syscalls.c Log message: Use a timespec for the server write deadline and procrastination timeouts. Rrids us of the ugly cur_sec variable, and some shadows. Also helps with granularity. Diff from blambert@ who asked me to commit this since he's away for some days and we wanted to put this in with the timespec changes in the nfsnode.