https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254479
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Open |Closed Resolution|--- |Not A Bug --- Comment #5 from Mark Johnston <[email protected]> --- Whether the lock is held doesn't really matter. At this point the driver owns the mbuf. The lock only protects driver state, so if, say, it updates a descriptor to point to the mbuf buffer, we'd want to ensure that the pointer is cleared before the mbuf is freed or handed off to other layers. But the actual m_freem() call does not require any synchronization. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "[email protected]"
