Subject: CVS commit: [netbsd-3] src/sys/miscfs/specfs
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 09/26/2005 20:22:55
Module Name: src
Committed By: tron
Date: Mon Sep 26 20:22:55 UTC 2005
Modified Files:
src/sys/miscfs/specfs [netbsd-3]: spec_vnops.c
Log Message:
Pull up following revision(s) (requested by chs in ticket #812):
sys/miscfs/specfs/spec_vnops.c: revision 1.83
in spec_ioctl(), don't dereference v_specinfo if it's NULL.
this is needed due to rev. 1.231 of kern/vfs_subr.c, which now sets
v_specinfo to NULL before changing the vnode's ops vector.
To generate a diff of this commit:
cvs rdiff -r1.80 -r1.80.2.1 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.