Subject: CVS commit: src/sys/coda
To: None <source-changes@NetBSD.org>
From: Greg Troxel <gdt@netbsd.org>
List: source-changes
Date: 04/15/2007 14:10:28
Module Name:	src
Committed By:	gdt
Date:		Sun Apr 15 14:10:28 UTC 2007

Modified Files:
	src/sys/coda: coda_vnops.c

Log Message:
Stop doing vref of vnodes on open (and vrele on close); this makes no
sense.

Improve coda_inactive, turning commented out DIAGNOSTIC checks into printfs.

minor style/comment fixes.


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/sys/coda/coda_vnops.c

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