On Wed, Jul 24, 2024 at 09:57:05AM +0800, Youling Tang wrote:
> module_init(initfn)/module_exit(exitfn) has two definitions (via MODULE):
> - buindin: uses do_initcalls() to iterate over the contents of the specified
> section and executes all initfn functions in the section in the order in
> w
On 24/07/2024 23:43, Christoph Hellwig wrote:
On Wed, Jul 24, 2024 at 09:57:05AM +0800, Youling Tang wrote:
module_init(initfn)/module_exit(exitfn) has two definitions (via MODULE):
- buindin: uses do_initcalls() to iterate over the contents of the specified
section and executes all initfn fu