https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236138
--- Comment #1 from Conrad Meyer <[email protected]> --- This is how module refcounts work. kldunload just decrements the administrative refcount. But a module isn't unloaded until all refs drop to zero. What would you prefer happen? EBUSY and do not drop the administrative ref if a module has dependencies? -- 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]"
