Subject: Re: CVS commit: src
To: None <drochner@netbsd.org>
From: Simon Burge <simonb@telstra.com.au>
List: source-changes
Date: 09/30/1998 10:55:59
Just catching up on src-changes...

On Mon, 28 Sep 1998 14:20:52 -0700 (PDT)  Matthias Drochner wrote:

> Module Name:	src
> Committed By:	drochner
> Date:		Mon Sep 28 21:20:52 UTC 1998
> 
> Modified Files:
> 
> 	src/sys/nfs: nfs_vfsops.c
> 
> Log Message:
> 
> Use the "atime" instead of "mtime" of the remote root directory as
> base for inittodr() - it is closer to the current time.

Is it ever possible for mtime to be greater than atime?  Maybe it'd
be worth just using the greater of the two (or three, including
ctime - maybe someone just chmod/chown'd the root directory).

Simon.