Subject: Re: CVS commit: src/sys/dev
To: Nathan J Williams <nathanw@netbsd.org>
From: Hubert Feyrer <hubert@feyrer.de>
List: source-changes
Date: 09/24/2005 07:18:34
On Thu, 18 Aug 2005, Nathan J Williams wrote:
> Modified Files:
> 	src/sys/dev: vnd.c
>
> Log Message:
> 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

Can this be pulled into the netbsd-3 branch, please?


  - Hubert