Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73195
b: refs/heads/master
c: ae5fbf7
h: refs/heads/master
i:
  73193: 6283994
  73191: 1dae042
v: v3
  • Loading branch information
Vasily Averin authored and Linus Torvalds committed Nov 5, 2007
1 parent 72f34ee commit 01f6ec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5db6a4dac1c7f459af2f895f6889346cedd467a1
refs/heads/master: ae5fbf771aeb534e31f3541673bb240ff8c07283
4 changes: 2 additions & 2 deletions trunk/drivers/message/i2o/i2o_block.c
Original file line number Diff line number Diff line change
Expand Up @@ -1077,8 +1077,8 @@ static int i2o_block_probe(struct device *dev)
blk_queue_max_sectors(queue, max_sectors);
blk_queue_max_hw_segments(queue, i2o_sg_tablesize(c, body_size));

osm_debug("max sectors = %d\n", queue->max_phys_segments);
osm_debug("phys segments = %d\n", queue->max_sectors);
osm_debug("max sectors = %d\n", queue->max_sectors);
osm_debug("phys segments = %d\n", queue->max_phys_segments);
osm_debug("max hw segments = %d\n", queue->max_hw_segments);

/*
Expand Down

0 comments on commit 01f6ec6

Please sign in to comment.