Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98888
b: refs/heads/master
c: 1c91fe1
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Jens Axboe committed Jul 3, 2008
1 parent 2f2d1fc commit b32f6f0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 244b4d56f85bcd11b21ab0b94845a3dabeed5c10
refs/heads/master: 1c91fe1a0d577f2e53475e789c9d63a0feb7d93c
3 changes: 3 additions & 0 deletions trunk/drivers/block/xen-blkfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,9 @@ static int xlvbd_init_blk_queue(struct gendisk *gd, u16 sector_size)
/* Make sure buffer addresses are sector-aligned. */
blk_queue_dma_alignment(rq, 511);

/* Make sure we don't use bounce buffers. */
blk_queue_bounce_limit(rq, BLK_BOUNCE_ANY);

gd->queue = rq;

return 0;
Expand Down

0 comments on commit b32f6f0

Please sign in to comment.