| Subject: | nullfs and named pipes. | |
|---|---|---|
| From: | Josef Karthauser (jo...@FreeBSD.org) | |
| Date: | Feb 15, 2007 4:34:01 pm | |
| List: | org.freebsd.freebsd-hackers | |
Refine Search
| From | Sent On | Attachments |
|---|---|---|
| Josef Karthauser | Feb 4, 2007 2:57 am | |
| Eric Anderson | Feb 6, 2007 4:48 pm | |
| Josef Karthauser | Feb 7, 2007 10:47 am | |
| Jeremie Le Hen | Feb 15, 2007 2:21 pm | |
| Josef Karthauser | Feb 15, 2007 3:22 pm | |
| Kostik Belousov | Feb 15, 2007 3:31 pm | |
| Josef Karthauser | Feb 15, 2007 4:34 pm | |
| Julian Elischer | Feb 15, 2007 6:11 pm | |
| Jeremie Le Hen | Feb 16, 2007 10:30 am | |
| Robert Watson | Feb 16, 2007 12:54 pm | |
| Kostik Belousov | Feb 16, 2007 2:36 pm | |
| Josef Karthauser | Feb 18, 2007 10:41 pm | |
| Robert Watson | Feb 19, 2007 2:01 pm | |
| Robert Watson | Feb 19, 2007 2:08 pm | |
| Robert Watson | Feb 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

