Date: Sun, 30 Aug 2009 21:29:51 +0300 From: Kostik Belousov <kostikbel@gmail.com> To: Thomas Backman <serenity@exscape.org> Cc: Jamie Landeg Jones <jamie@bishopston.net>, "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>, freebsd-current@freebsd.org Subject: Re: reproducable kernel panic: page fault - 8.0-beta Message-ID: <20090830182951.GL1881@deviant.kiev.zoral.com.ua> In-Reply-To: <C92F31B1-1DF9-42E4-BBC4-7885F871A905@exscape.org> References: <200908301750.n7UHoOwr069011@catflap.bishopston.net> <20090830175755.J93661@maildrop.int.zabbadoz.net> <C92F31B1-1DF9-42E4-BBC4-7885F871A905@exscape.org>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] On Sun, Aug 30, 2009 at 08:09:43PM +0200, Thomas Backman wrote: > > On Aug 30, 2009, at 7:58 PM, Bjoern A. Zeeb wrote: > > >On Sun, 30 Aug 2009, Jamie Landeg Jones wrote: > > > >>problem still exists. no response to PR raised over a month ago :-( > > > >Now it would be really good if you had more information here, at least > >a PR number. There have been lots of them the last month. > That's what I thought, but the query PR form (by originator) worked > great. ;) > kern/137310: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/137310 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); } [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkqaxR4ACgkQC3+MBN1Mb4i8jACdHwhihPfAaV66WlzSEoxQSxTB 3A8AoJ2LcTfuN2rI/MpEUUdIOfcETXu0 =j2gT -----END PGP SIGNATURE-----help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090830182951.GL1881>
