Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213059
b: refs/heads/master
c: efb012b
h: refs/heads/master
i:
  213057: f70ac86
  213055: 8f6665a
v: v3
  • Loading branch information
Malahal Naineni authored and Jens Axboe committed Oct 1, 2010
1 parent 2faef85 commit 3589ec1
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: 260a67a9e534f0c7d49ddd6451833d54ba39ac81
refs/heads/master: efb012b361cf9319cd86ff169afa7550b7aa9336
2 changes: 1 addition & 1 deletion trunk/block/blk-settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ void blk_queue_bounce_limit(struct request_queue *q, u64 dma_mask)
*/
if (b_pfn < (min_t(u64, 0xffffffffUL, BLK_BOUNCE_HIGH) >> PAGE_SHIFT))
dma = 1;
q->limits.bounce_pfn = max_low_pfn;
q->limits.bounce_pfn = max(max_low_pfn, b_pfn);
#else
if (b_pfn < blk_max_low_pfn)
dma = 1;
Expand Down

0 comments on commit 3589ec1

Please sign in to comment.