On Tue, 10 Sep 2002, Don Lewis wrote: I have just one thing to add to Robert's reply.
> BTW, is it safe to call ASSERT_VOP_UNLOCKED() in the SMP case after the > reference has been dropped with vput() or vrele()? I think it is. It has some internal locking (v_interlock at least), and only asserts that the vnode is unlocked by curthread so it doesn't matter if another thread locks it. Bruce To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message