Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kmod/core: fix replace race condition
In the replace case, stop calling module_put on a patch module before we're potentially done with it. This will also be needed for future module patching if we want to properly replace a patch module which only patches a future loaded module (that's a mouthful). Fixes #165.
- Loading branch information