On Tue, May 17, 2016 at 02:36:31PM +0100, Ben Hutchings wrote: > This helps initramfs builders and other tools to find the full > dependencies of a module. > > References: https://bugs.debian.org/819725 > Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> > --- > --- a/fs/btrfs/super.c > +++ b/fs/btrfs/super.c > @@ -2456,3 +2456,4 @@ late_initcall(init_btrfs_fs); > module_exit(exit_btrfs_fs) > > MODULE_LICENSE("GPL"); > +MODULE_SOFTDEP("pre: crypto-crc32c"); Acked-by: David Sterba <dsterba@xxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html