CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2009/01/24 16:30:42
Modified files: sys/nfs : nfs_bio.c nfs_subs.c nfs_vnops.c nfsm_subs.h nfsnode.h Log message: Use a timespec instead of a time_t for the clients nfsnode mtime, gives us better granularity, helps with cache consistency. Idea lifted from NetBSD. OK blambert@