reproducable kernel panic: page fault - 8.0-beta

Jamie Landeg Jones jamie at bishopston.net
Tue Sep 1 16:52:08 UTC 2009


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



More information about the freebsd-current mailing list