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

2020-04-28 Thread Jessica Yu
+++ Josh Poimboeuf [28/04/20 12:03 -0500]: On Tue, Apr 28, 2020 at 06:41:55PM +0200, Jessica Yu wrote: +++ 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 use

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

2020-04-28 Thread Josh Poimboeuf
On Tue, Apr 28, 2020 at 06:41:55PM +0200, Jessica Yu wrote: > +++ 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

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

2020-04-28 Thread Jessica Yu
+++ 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 > Acked-by: Peter Zijlstra (Intel) Hm, I guess this means we

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

2020-04-28 Thread Josh Poimboeuf
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 > > Acked-by: Peter Zijlstra (Intel) > > Hm, I guess this means we can also remove the module_ena

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

2020-04-28 Thread Jessica Yu
+++ Josh Poimboeuf [25/04/20 06:07 -0500]: module_disable_ro() has no more users. Remove it. Signed-off-by: Josh Poimboeuf Acked-by: Peter Zijlstra (Intel) 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