Subject: CVS commit: [kqueue] syssrc/sys/miscfs/specfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/26/2002 18:23:13
Module Name:	syssrc
Committed By:	jdolecek
Date:		Thu Sep 26 15:23:12 UTC 2002

Modified Files:
	syssrc/sys/miscfs/specfs [kqueue]: spec_vnops.c

Log Message:
spec_kqfilter(): return EOPNOTSUPP for !VCHR case; block devices don't
support kevents, and we don't want to attempt to support for any other
files ending here neither (i.e. those which get spec vnodeops via vflush())


To generate a diff of this commit:
cvs rdiff -r1.54.2.5 -r1.54.2.6 syssrc/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.