Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Nick Piggin <npiggin@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Nick Piggin and committed by
Linus Torvalds
efedf51c 16104b55

+1
+1
drivers/block/brd.c
··· 397 397 MODULE_PARM_DESC(max_part, "Maximum number of partitions per RAM disk"); 398 398 MODULE_LICENSE("GPL"); 399 399 MODULE_ALIAS_BLOCKDEV_MAJOR(RAMDISK_MAJOR); 400 + MODULE_ALIAS("rd"); 400 401 401 402 #ifndef MODULE 402 403 /* Legacy boot options - nonmodular */