Subject: CVS commit: src/sys/miscfs/portal
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 07/02/2007 17:55:33
Module Name:	src
Committed By:	pooka
Date:		Mon Jul  2 17:55:33 UTC 2007

Modified Files:
	src/sys/miscfs/portal: portal_vnops.c

Log Message:
I'm all for redundant and failsafe computing, but ...

        vap->va_atime = vap->va_mtime = vap->va_ctime;
        vap->va_atime = vap->va_mtime = vap->va_ctime;

... is missing the point.


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 src/sys/miscfs/portal/portal_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.