On Sat, Feb 1, 2014 at 10:29 AM, Ahmet Inan <ai...@mathematik.uni-freiburg.de> wrote: > okay, putting late_initcall instead of module_init fixes it for me, > but this is something you guys should decide how to handle: > > //module_init(init_btrfs_fs) > late_initcall(init_btrfs_fs);
Thanks for reporting and testing Ahmet. I tried late_initcall too, both when built as a module and as built-in. Seems to work too on my hardware. Out of curiosity, what error were you getting exactly? Can you paste the stack trace from dmesg? > > Ahmet -- Filipe David Manana, "Reasonable men adapt themselves to the world. Unreasonable men adapt the world to themselves. That's why all progress depends on unreasonable men." -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html