aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeilBrown <neilb@cse.unsw.edu.au>2005-08-04 12:53:32 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-08-04 13:00:54 -0700
commitaa1595e9f3d0d731bcfc6c2680d5483b78f663dc (patch)
treedf42ce619d60ded32718e299ca471c8578e735b9
parent[PATCH] md: remove a stray debugging printk. (diff)
downloadlinux-dev-aa1595e9f3d0d731bcfc6c2680d5483b78f663dc.tar.xz
linux-dev-aa1595e9f3d0d731bcfc6c2680d5483b78f663dc.zip
[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 <neilb@cse.unsw.edu.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--drivers/md/md.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c
index 08f003aa6cd7..9fd4dbea0d0d 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");