Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182947
b: refs/heads/master
c: 91f63d0
h: refs/heads/master
i:
  182945: 797c53f
  182943: 2e300c4
v: v3
  • Loading branch information
Stephen Rothwell authored and Jens Axboe committed Mar 1, 2010
1 parent 8d59a13 commit 677e47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: abc3c744d0d7f4ad710a948ae73852ffea5fbc3b
refs/heads/master: 91f63d0efa1b2ff3f8773aad61c2970f097232aa
2 changes: 1 addition & 1 deletion trunk/drivers/block/ps3vram.c
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ static int __devinit ps3vram_probe(struct ps3_system_bus_device *dev)
priv->queue = queue;
queue->queuedata = dev;
blk_queue_make_request(queue, ps3vram_make_request);
blk_queue_max_segments(queue, BLK_MAX_HW_SEGMENTS);
blk_queue_max_segments(queue, BLK_MAX_SEGMENTS);
blk_queue_max_segment_size(queue, BLK_MAX_SEGMENT_SIZE);
blk_queue_max_hw_sectors(queue, BLK_SAFE_MAX_SECTORS);

Expand Down

0 comments on commit 677e47d

Please sign in to comment.