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

drivers/block/Kconfig: update RAM block device module name

RAM block device support module name changed to brd.ko some years ago
with an "rd" alias to match previous module implementation. This patch
updates its Kconfig definition.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Fabian Frederick and committed by
Linus Torvalds
a3b25d9b 4a102b4d

+2 -1
+2 -1
drivers/block/Kconfig
··· 368 368 For details, read <file:Documentation/blockdev/ramdisk.txt>. 369 369 370 370 To compile this driver as a module, choose M here: the 371 - module will be called rd. 371 + module will be called brd. An alias "rd" has been defined 372 + for historical reasons. 372 373 373 374 Most normal users won't need the RAM disk functionality, and can 374 375 thus say N here.