Skip to content
Snippets Groups Projects
Commit efedf51c authored by Nicholas Piggin's avatar Nicholas Piggin Committed by Linus Torvalds
Browse files

Add 'rd' alias to new brd ramdisk driver


Alias brd to rd in the hope of helping legacy users. Suggested by Jan.

Signed-off-by: default avatarNick Piggin <npiggin@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 16104b55
No related merge requests found
......@@ -397,6 +397,7 @@ module_param(max_part, int, 0);
MODULE_PARM_DESC(max_part, "Maximum number of partitions per RAM disk");
MODULE_LICENSE("GPL");
MODULE_ALIAS_BLOCKDEV_MAJOR(RAMDISK_MAJOR);
MODULE_ALIAS("rd");
#ifndef MODULE
/* Legacy boot options - nonmodular */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment