Subject: CVS commit: syssrc/sys/miscfs
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 08/03/2002 07:52:46
Module Name:	syssrc
Committed By:	simonb
Date:		Sat Aug  3 04:52:46 UTC 2002

Modified Files:
	syssrc/sys/miscfs/kernfs: kernfs_vnops.c
	syssrc/sys/miscfs/portal: portal_vnops.c
	syssrc/sys/miscfs/procfs: procfs_vnops.c

Log Message:
Just use the "time" variable in the *_getattr functions instead of a call
to (the potentially expensive) microtime().


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 syssrc/sys/miscfs/kernfs/kernfs_vnops.c
cvs rdiff -r1.42 -r1.43 syssrc/sys/miscfs/portal/portal_vnops.c
cvs rdiff -r1.89 -r1.90 syssrc/sys/miscfs/procfs/procfs_vnops.c

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