From: NeilBrown Date: Thu, 4 Aug 2005 19:53:32 +0000 (-0700) Subject: [PATCH] md: make 'md' and alias for 'md-mod' X-Git-Tag: v2.6.13-rc6~61 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;ds=sidebyside;h=aa1595e9f3d0d731bcfc6c2680d5483b78f663dc;p=~andy%2Flinux [PATCH] md: make 'md' and alias for 'md-mod' Until the bitmap code was added, modprobe md would load the md module. But now the md module is called 'md-mod', so we really need an alias for backwards comparability. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/md/md.c b/drivers/md/md.c index 08f003aa6cd..9fd4dbea0d0 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -4006,3 +4006,4 @@ EXPORT_SYMBOL(md_wakeup_thread); EXPORT_SYMBOL(md_print_devices); EXPORT_SYMBOL(md_check_recovery); MODULE_LICENSE("GPL"); +MODULE_ALIAS("md");