Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2001 11:59:40 -0400 (EDT)
From:      Evan Sarmiento <evms@cs.bu.edu>
To:        freebsd-hackers@freebsd.org
Subject:   panic on mount
Message-ID:  <200109231559.f8NFxeC13760@csa.bu.edu>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109231559.f8NFxeC13760>