reproducable kernel panic: page fault - 8.0-beta

Kostik Belousov kostikbel at gmail.com
Sun Aug 30 18:31:20 UTC 2009


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);
 }
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20090830/b07fe82b/attachment.pgp


More information about the freebsd-current mailing list