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

From: Jessica Yu
Date: Tue Apr 28 2020 - 12:42:01 EST


+++ Josh Poimboeuf [28/04/20 11:36 -0500]:
On Tue, Apr 28, 2020 at 06:25:05PM +0200, Jessica Yu wrote:
+++ 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 :-)

Ah, true. I'm respinning the patch set anyway, I can just add this as a
another patch.

That would be great. Thanks!