Subject: CVS commit: src/sys/miscfs/specfs
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 01/24/2008 21:05:52
Module Name:	src
Committed By:	ad
Date:		Thu Jan 24 21:05:52 UTC 2008

Modified Files:
	src/sys/miscfs/specfs: spec_vnops.c

Log Message:
spec_fsync: don't assert that 'vp' holds the block device open. If it's
not open, there shouldn't be dirty buffers so vinvalbuf() is harmless.


To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 src/sys/miscfs/specfs/spec_vnops.c

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