mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
[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>
This commit is contained in:
parent
efd8be2a42
commit
aa1595e9f3
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue