Greg, On 9/27/22 12:35, Greg KH wrote:
I don't think we ever auto-unload dependant modules as we don't know if they are still in use or not (hint, module references is not a representation if the module is in use or not.) So this is working as intended, right? And how it's always worked?
Thanks for the explanation.I will need to document this behavior and explain to the users that it takes two steps to unload. At least the load works correctly.
Thanks again, Larry