Skip to content

Commit

Permalink
drivers/block/Kconfig: update RAM block device module name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabian Frederick authored and Linus Torvalds committed Jan 24, 2014
1 parent 4a102b4 commit a3b25d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a3b25d9

Please sign in to comment.