linker_file_unload() will just drop a reference in case the module have more than one
references. For user requested unload, we are going to unload but not just to drop a
reference.
PR: 274986
MFC after: 2 weeks
Differential D42527
kern linker: Do not try to unload module if it has dependants zlei on Nov 9 2023, 10:06 AM. Authored by Tags None Referenced Files
Subscribers
Details linker_file_unload() will just drop a reference in case the module have more than one PR: 274986 # kldload bridgestp # kldload if_bridge # kldunload bridgestp kldunload: can't unload file: Device busy
Diff Detail
|