On 23-Sep-01 Evan Sarmiento wrote:
> Hello,
> 
> After compiling a new kernel, installing it, when my laptop
> tries to mount its drive, it panics with this message:
> 
> panic: lock (sleep mutex) vnode interlock not locked  @
> ../../../kern/vfs_default.c:460
> 
> which is:
> 
>       if (ap->a_flags & LK_INTERLOCK)
>        mtx_unlock(&ap->a_vp->v_interlock);
> 
> within the function vop_nolock.

Can you get a stack trace to see where vop_nolock is being called from?

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to