https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220079
Mateusz Guzik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Status|New |Closed CC| |[email protected] Resolution|--- |Not A Bug --- Comment #1 from Mateusz Guzik <[email protected]> --- The code is: VOP_LOCK(rootvp, LK_EXCLUSIVE|LK_INTERLOCK); vgone(rootvp); The LK_INTERLOCK flags tells the locking routine that the interlock is held and the contract is that it is dropped prior to return, hence vgone is called without the lock held. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
