On Wed, 25 Sep 2002, Don Lewis wrote:
> I tried booting a kernel with lock checking enabled and got the
> following panic:
>
> panic: mutex vnode interlock owned at vnode_if.h:24
Yeah, sorry, there was a bit of my patch that I forgot to commit. It's in
there now.
Thanks!
Jeff
To Unsubscribe:
I tried booting a kernel with lock checking enabled and got the
following panic:
panic: mutex vnode interlock owned at vnode_if.h:24
panic()
_mtx_assert()
VOP_ISLOCKED()
vop_unlock_pre()
vput()
kern_mkdir()+0x9e - the first call to vput() to handle the "found" case?
start_init()
fork_exit()
fork