atom feed15 messages in org.freebsd.freebsd-hackersnullfs and named pipes.
FromSent OnAttachments
Josef KarthauserFeb 4, 2007 2:57 am 
Eric AndersonFeb 6, 2007 4:48 pm 
Josef KarthauserFeb 7, 2007 10:47 am 
Jeremie Le HenFeb 15, 2007 2:21 pm 
Josef KarthauserFeb 15, 2007 3:22 pm 
Kostik BelousovFeb 15, 2007 3:31 pm 
Josef KarthauserFeb 15, 2007 4:34 pm 
Julian ElischerFeb 15, 2007 6:11 pm 
Jeremie Le HenFeb 16, 2007 10:30 am 
Robert WatsonFeb 16, 2007 12:54 pm 
Kostik BelousovFeb 16, 2007 2:36 pm 
Josef KarthauserFeb 18, 2007 10:41 pm 
Robert WatsonFeb 19, 2007 2:01 pm 
Robert WatsonFeb 19, 2007 2:08 pm 
Robert WatsonFeb 19, 2007 2:28 pm 
Subject:nullfs and named pipes.
From:Josef Karthauser (jo@FreeBSD.org)
Date:Feb 15, 2007 4:34:01 pm
List:org.freebsd.freebsd-hackers

On Thu, Feb 15, 2007 at 05:31:35PM +0200, Kostik Belousov wrote:

--- null_subr.c 13 Mar 2006 03:05:17 -0000 1.48.2.1 +++ null_subr.c 14 Feb 2007 00:02:28 -0000 @@ -235,6 +235,8 @@ xp->null_vnode = vp; xp->null_lowervp = lowervp; vp->v_type = lowervp->v_type; + if (vp->v_type == VSOCK || vp->v_type == VFIFO) + vp->v_un = lowervp->v_un;

I'm wondering is some reference counting needed there ?

Maybe. I'm not at all familiar with the filesystem code. I was hoping someone with a bit of knowledge could fix it up.

Joe