projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efd8be2
)
[PATCH] md: make 'md' and alias for 'md-mod'
author
NeilBrown
<neilb@cse.unsw.edu.au>
Thu, 4 Aug 2005 19:53:32 +0000
(12:53 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 4 Aug 2005 20:00:54 +0000
(13:00 -0700)
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>
drivers/md/md.c
patch
|
blob
|
history
diff --git
a/drivers/md/md.c
b/drivers/md/md.c
index
08f003a
..
9fd4dbe
100644
(file)
--- 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");