]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/bounce.c
driver core: fix namespace issue with devices assigned to classes
[linux-2.6-omap-h63xx.git] / mm / bounce.c
index 643efbe82402e2d8e1e530521e67e345896bdc26..ad401fc574400c50fbbf7ea80ff3e4454adfae7a 100644 (file)
@@ -204,7 +204,7 @@ static void __blk_queue_bounce(request_queue_t *q, struct bio **bio_orig,
                /*
                 * is destination page below bounce pfn?
                 */
-               if (page_to_pfn(page) < q->bounce_pfn)
+               if (page_to_pfn(page) <= q->bounce_pfn)
                        continue;
 
                /*