Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] md: create a MODULE_ALIAS for md corresponding to its block major number.

I just discovered this is needed for module auto-loading.

Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

NeilBrown and committed by
Linus Torvalds
72008652 e1bcfcaa

+1
+1
drivers/md/md.c
··· 4011 4011 EXPORT_SYMBOL(md_check_recovery); 4012 4012 MODULE_LICENSE("GPL"); 4013 4013 MODULE_ALIAS("md"); 4014 + MODULE_ALIAS_BLOCKDEV_MAJOR(MD_MAJOR);