Subject: CVS commit: [netbsd-3] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 10/07/2005 11:47:40
Module Name: src
Committed By: tron
Date: Fri Oct 7 11:47:40 UTC 2005
Modified Files:
src/sys/dev [netbsd-3]: vnd.c
Log Message:
Pull up following revision(s) (requested by xtraeme in ticket #867):
sys/dev/vnd.c: revision 1.119
Call VOP_UNLOCK() in the case where VND_COMPRESSION isn't defined and
we're about to return EOPNOTSUPP. Prevents a "locking against myself"
panic in vn_close() in the error return path.
Addresses PR# kern/30958
To generate a diff of this commit:
cvs rdiff -r1.111.10.4 -r1.111.10.5 src/sys/dev/vnd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.