]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/block/Kconfig: update RAM block device module name
authorFabian Frederick <fabf@skynet.be>
Fri, 3 Jan 2014 03:10:06 +0000 (14:10 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 3 Jan 2014 03:10:06 +0000 (14:10 +1100)
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>
drivers/block/Kconfig

index 86b9f37d102e1110791ce693079561bd0a804619..9ffa90c6201c3860779f4a3e7e162a368b766874 100644 (file)
@@ -368,7 +368,8 @@ config BLK_DEV_RAM
          For details, read <file:Documentation/blockdev/ramdisk.txt>.
 
          To compile this driver as a module, choose M here: the
-         module will be called rd.
+         module will be called brd. An alias "rd" has been defined
+         for historical reasons.
 
          Most normal users won't need the RAM disk functionality, and can
          thus say N here.