Subject: Re: CVS commit: src/sys/dev
To: Hubert Feyrer <hubert@feyrer.de>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: source-changes
Date: 09/24/2005 12:22:19
Hubert Feyrer <hubert@feyrer.de> writes:

> On Sat, 24 Sep 2005, Nathan J. Williams wrote:
> >>>>> 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?
> >>>
> >>> Sure. Shouldn't you be asking releng, though?
> >>
> >> Well, you made change, you can judge if it fits for netbsd-3, you
> >> should send it to pullup-3@NetBSD.org. :)
> >
> > As you were the person responsible for the VND_COMPRESSION stuff, I
> > think that it's your job to monitor this sort of thing and request
> > pullups. I wasn't even aware that VND_COMPRESSION itself had been
> > pulled up.
> 
> Yes, but I cannot test this. My 3.x machine's some thousand miles
> away, and will be so for the next three months. :(

Ah, then we're somewhat stuck, as I have no 3.x machines and no plans
to have any, and have only tested this on -current.

        - Nathan