Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123982
b: refs/heads/master
c: b194aee
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Rusty Russell committed Dec 29, 2008
1 parent 5031c9f commit 23fc8ea
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: 0864b79a153342c1dfbebb12b2d099fec76c5e18
refs/heads/master: b194aee95622f649311f8e53418a17e210ff6827
2 changes: 1 addition & 1 deletion trunk/drivers/block/virtio_blk.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ static int virtblk_probe(struct virtio_device *vdev)
if (!err)
blk_queue_max_segment_size(vblk->disk->queue, v);
else
blk_queue_max_segment_size(vblk->disk->queue, -1UL);
blk_queue_max_segment_size(vblk->disk->queue, -1U);

/* Host can optionally specify the block size of the device */
err = virtio_config_val(vdev, VIRTIO_BLK_F_BLK_SIZE,
Expand Down

0 comments on commit 23fc8ea

Please sign in to comment.