Closed gregjhogan closed 7 months ago
When removed in the correct order all kernel modules are successfully removed in one shot (and with no errors).
If something is using one of the modules it will never get unloaded on it's own, so I can't see a reason to have multiple rmmod calls.
rmmod
Makes sense
When removed in the correct order all kernel modules are successfully removed in one shot (and with no errors).
If something is using one of the modules it will never get unloaded on it's own, so I can't see a reason to have multiple
rmmod
calls.