Re: reproducable kernel panic: page fault - 8.0-beta

From: Kostik Belousov <kostikbel_at_gmail.com>
Date: Sun, 30 Aug 2009 21:29:51 +0300
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
_at__at_ -339,7 +339,6 _at__at_ pfs_getextattr(struct vop_getextattr_args *va)
 	if (proc != NULL)
 		PROC_UNLOCK(proc);
 
-	pfs_unlock(pn);
 	PFS_RETURN (error);
 }
 

Received on Sun Aug 30 2009 - 16:31:20 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:54 UTC