diff options
Diffstat (limited to 'mm/bounce.c')
| -rw-r--r-- | mm/bounce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/bounce.c b/mm/bounce.c index 643efbe82402..ad401fc57440 100644 --- a/mm/bounce.c +++ b/mm/bounce.c | |||
| @@ -204,7 +204,7 @@ static void __blk_queue_bounce(request_queue_t *q, struct bio **bio_orig, | |||
| 204 | /* | 204 | /* |
| 205 | * is destination page below bounce pfn? | 205 | * is destination page below bounce pfn? |
| 206 | */ | 206 | */ |
| 207 | if (page_to_pfn(page) < q->bounce_pfn) | 207 | if (page_to_pfn(page) <= q->bounce_pfn) |
| 208 | continue; | 208 | continue; |
| 209 | 209 | ||
| 210 | /* | 210 | /* |
