Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143344
b: refs/heads/master
c: dfbc475
h: refs/heads/master
v: v3
  • Loading branch information
Nick Piggin authored and Jens Axboe committed Apr 15, 2009
1 parent 0b2023a commit fb12938
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: 297dbf50d7ab0539cf9cf7f2a66918665a18e45e
refs/heads/master: dfbc4752eab33e66f113f9daa2effbe241cd661d
1 change: 1 addition & 0 deletions trunk/drivers/block/brd.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ static struct brd_device *brd_alloc(int i)
if (!brd->brd_queue)
goto out_free_dev;
blk_queue_make_request(brd->brd_queue, brd_make_request);
blk_queue_ordered(brd->brd_queue, QUEUE_ORDERED_TAG, NULL);
blk_queue_max_sectors(brd->brd_queue, 1024);
blk_queue_bounce_limit(brd->brd_queue, BLK_BOUNCE_ANY);

Expand Down

0 comments on commit fb12938

Please sign in to comment.