Re: [PATCH 07/13] module: mark module_mutex static
From: Miroslav Benes <mbenes@suse.cz>
Date: 2021-02-02 14:12:40
Also in:
dri-devel, linux-kbuild, linuxppc-dev, lkml
From: Miroslav Benes <mbenes@suse.cz>
Date: 2021-02-02 14:12:40
Also in:
dri-devel, linux-kbuild, linuxppc-dev, lkml
On Tue, 2 Feb 2021, Christoph Hellwig wrote:
Except for two lockdep asserts module_mutex is only used in module.c. Remove the two asserts given that the functions they are in are not exported and just called from the module code, and mark module_mutex static. Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Miroslav Benes <mbenes@suse.cz> M