Date: Tue, 01 Sep 2009 17:50:46 +0100 From: Jamie Landeg Jones <jamie@bishopston.net> To: serenity@exscape.org, kostikbel@gmail.com Cc: jamie@bishopston.net, bzeeb-lists@lists.zabbadoz.net, freebsd-current@freebsd.org Subject: Re: reproducable kernel panic: page fault - 8.0-beta Message-ID: <200909011650.n81GoklK022216@catflap.bishopston.net> In-Reply-To: <20090830182951.GL1881@deviant.kiev.zoral.com.ua> References: <200908301750.n7UHoOwr069011@catflap.bishopston.net> <20090830175755.J93661@maildrop.int.zabbadoz.net> <C92F31B1-1DF9-42E4-BBC4-7885F871A905@exscape.org> <20090830182951.GL1881@deviant.kiev.zoral.com.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
Kostik Belousov wrote: > I think this would fix the issue. > > diff --git a/sys/fs/pseudofs/pseudofs_vnops.c b/sys/fs/pseudofs/pseudofs_vnops.c > index e03749b..34ca500 100644 > --- a/sys/fs/pseudofs/pseudofs_vnops.c > +++ b/sys/fs/pseudofs/pseudofs_vnops.c > @@ -339,7 +339,6 @@ pfs_getextattr(struct vop_getextattr_args *va) > if (proc != NULL) > PROC_UNLOCK(proc); > > - pfs_unlock(pn); > PFS_RETURN (error); > } Thanks. I just tried that on my machines, and it does fix this. Cheers, Jamie
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909011650.n81GoklK022216>