Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252252
b: refs/heads/master
c: 13868b7
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Jens Axboe committed May 26, 2011
1 parent cac0a67 commit 2146019
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af46566885a373b0a526932484cd8fef8de7b598
refs/heads/master: 13868b76ab8135389fe1d8cf1c6a4847c9fef0a7
8 changes: 4 additions & 4 deletions trunk/drivers/block/brd.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,10 @@ static int __init brd_init(void)
*
* (1) if rd_nr is specified, create that many upfront, and this
* also becomes a hard limit.
* (2) if rd_nr is not specified, create 1 rd device on module
* load, user can further extend brd device by create dev node
* themselves and have kernel automatically instantiate actual
* device on-demand.
* (2) if rd_nr is not specified, create CONFIG_BLK_DEV_RAM_COUNT
* (default 16) rd device on module load, user can further
* extend brd device by create dev node themselves and have
* kernel automatically instantiate actual device on-demand.
*/

part_shift = 0;
Expand Down

0 comments on commit 2146019

Please sign in to comment.