+++ Josh Poimboeuf [25/04/20 06:07 -0500]:
module_disable_ro() has no more users. Remove it.Signed-off-by: Josh Poimboeuf <[email protected]> Acked-by: Peter Zijlstra (Intel) <[email protected]>
Hm, I guess this means we can also remove the module_enable_ro() stubs in module.h and make it a static function again (like the other module_enable_* functions) as there are no more outside users. I have to remind myself after this patchset is merged :-) Jessica

