David Howells <dhowells@xxxxxxxxxx> wrote: > It should marked be module_init(), not fs_initcall(). Actually, it does need to use fs_initcall() so that when it's built in, it gets initialised before any filesystems that use module_init(). David
David Howells <dhowells@xxxxxxxxxx> wrote: > It should marked be module_init(), not fs_initcall(). Actually, it does need to use fs_initcall() so that when it's built in, it gets initialised before any filesystems that use module_init(). David
![]() |