[Bug 209428] if_vtnet(4) panics when doing kldunload if_vtnet
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu May 12 14:51:06 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209428
--- Comment #13 from Kristof Provost <kp at freebsd.org> ---
Hmm, can you verify that uma_zdestroy() still gets called?
I think the order is MOD_LOAD on load, but an unload first gets MOD_QUIESCE and
then MOD_UNLOAD.
That'd mean we do loaded++ twice, but --loaded four times.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-virtualization
mailing list