Re: [PATCH v3 09/10] module: Remove module_disable_ro()

From: Jessica Yu
Date: Tue Apr 28 2020 - 12:25:11 EST


+++ Josh Poimboeuf [25/04/20 06:07 -0500]:
module_disable_ro() has no more users. Remove it.

Signed-off-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>

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