From owner-freebsd-fs@FreeBSD.ORG Thu Feb 15 16:34:19 2007 Return-Path: X-Original-To: fs@freebsd.org Delivered-To: freebsd-fs@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBDE716A400; Thu, 15 Feb 2007 16:34:19 +0000 (UTC) (envelope-from joe@tao.org.uk) Received: from mailhost.tao.org.uk (transwarp.tao.org.uk [87.74.4.34]) by mx1.freebsd.org (Postfix) with ESMTP id 9767113C48E; Thu, 15 Feb 2007 16:34:19 +0000 (UTC) (envelope-from joe@tao.org.uk) Received: from genius.tao.org.uk (wireless58.dhcp.tao.org.uk [87.74.4.58]) by mailhost.tao.org.uk (Postfix) with ESMTP id 6C9B665C5; Thu, 15 Feb 2007 16:34:18 +0000 (GMT) Received: by genius.tao.org.uk (Postfix, from userid 1000) id 28B2A40D4; Thu, 15 Feb 2007 16:34:13 +0000 (GMT) Date: Thu, 15 Feb 2007 16:34:12 +0000 From: Josef Karthauser To: Kostik Belousov Message-ID: <20070215163412.GC3439@genius.tao.org.uk> References: <20070204023711.GA3393@genius.tao.org.uk> <20070215135750.GR64768@obiwan.tataz.chchile.org> <20070215152259.GA2950@genius.tao.org.uk> <20070215153135.GI39168@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+xNpyl7Qekk2NvDX" Content-Disposition: inline In-Reply-To: <20070215153135.GI39168@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.5.11 Cc: hackers@freebsd.org, Jeremie Le Hen , fs@freebsd.org Subject: Re: nullfs and named pipes. X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2007 16:34:20 -0000 --+xNpyl7Qekk2NvDX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --+xNpyl7Qekk2NvDX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iEYEARECAAYFAkXUi4QACgkQXVIcjOaxUBb7xwCfUi+KfPEgFryt/ox89Jn3CMbJ omUAnjBx3Qk5XHGwWe7mfKgRyjPx8hbg =E9Xn -----END PGP SIGNATURE----- --+xNpyl7Qekk2NvDX--