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. Thanks, Evan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: panic on mount Evan Sarmiento
- Re: panic on mount Mark Murray
- Re: panic on mount Peter Wemm
- Re: panic on mount Bill Fenner
- Re: panic on mount Julian Elischer
- Re: panic on mount Peter Wemm
- Re: panic on mount John Baldwin
- Re: panic on mount Ian Dowse