On Sat, 5 Oct 2002, Brian F. Feldman wrote:
> "Steven G. Kargl" <[EMAIL PROTECTED]> wrote: > > The source tree was retrieved by cvsup > > at 21:47 (PST) on Oct 4. > > > > This is a non-GEOM and non-acpi kernel. > > > > I have the core and kernel.debug, so any > > further postmortem is possible. > > I think the problem is that in src/sys/ufs/ffs/ > ffs_snapshot.c:ffs_snapshot(), > as the mnt vnode list is traversed none of the vnodes ("xvp") would actually GET > VI_LOCK()ed in the first place, and so the LK_INTERLOCK is bogus in the > vn_lock() call. Kirk would know for sure what to do about this... > Yeah, I broke this. I didn't see the LK_INTERLOCK near by when I removed the interlocking around usecount. I will fix this. Thanks! Jeff To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message