Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97263
b: refs/heads/master
c: 53978d0
h: refs/heads/master
i:
  97261: 81f8367
  97259: 8b8fb2b
  97255: 3115b9c
  97247: 55cb5fc
v: v3
  • Loading branch information
Marcin Krol authored and Linus Torvalds committed May 24, 2008
1 parent 228aa2e commit 3246c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6089093e588ee3f6aed99d08b1cf5ea37c52cf97
refs/heads/master: 53978d0a7a27eb036b9bf33c4caa06257a9dbed7
1 change: 1 addition & 0 deletions trunk/drivers/block/brd.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ static struct brd_device *brd_alloc(int i)
disk->fops = &brd_fops;
disk->private_data = brd;
disk->queue = brd->brd_queue;
disk->flags |= GENHD_FL_SUPPRESS_PARTITION_INFO;
sprintf(disk->disk_name, "ram%d", i);
set_capacity(disk, rd_size * 2);

Expand Down

0 comments on commit 3246c55

Please sign in to comment.