ubifs

How does Linux determine the order of module init calls?

蓝咒 提交于 2019-11-27 10:09:16
问题 I have a device with SPI flash storage I'd like to use an UBIFS filesystem on that flash device as my rootfs. The problem I'm facing is that the UBI module initializes before the SPI module initializes. Because of this, when UBI loads, it cannot attach to the UBI device that I've told it to (via the kernel command line), so there is no rootfs. The console output below illustrates this. I've been diving into the source enough to see that init/main.c has a do_initcalls() function that simply