Subject: PR/30958 CVS commit: [netbsd-3] src/sys/dev
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 10/07/2005 11:48:02
The following reply was made to PR kern/30958; it has been noted by GNATS.
From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/30958 CVS commit: [netbsd-3] src/sys/dev
Date: Fri, 7 Oct 2005 11:47:40 +0000 (UTC)
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.