From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Woodhouse Subject: [PATCH 1/7] [BLOCK] Fix typo causing compile error in blk_queue_bounce() Date: Sat, 09 Aug 2008 17:29:50 +0100 Message-ID: <1218299390.26926.98.camel@pmac.infradead.org> References: <1218299181.26926.88.camel@pmac.infradead.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Andrew Morton , Ric Wheeler , linux-fsdevel@vger.kernel.org, gilad@codefidence.com, matthew@wil.cx To: Jens Axboe Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:35398 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750806AbYHIQ35 (ORCPT ); Sat, 9 Aug 2008 12:29:57 -0400 In-Reply-To: <1218299181.26926.88.camel@pmac.infradead.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Signed-off-by: David Woodhouse --- mm/bounce.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mm/bounce.c b/mm/bounce.c index f6efc47..06722c4 100644 --- a/mm/bounce.c +++ b/mm/bounce.c @@ -267,7 +267,7 @@ void blk_queue_bounce(struct request_queue *q, struct bio **bio_orig) /* * Data-less bio, nothing to bounce */ - if (!bio_has_data(*orig_bio)) + if (!bio_has_data(*bio_orig)) return; /* -- 1.5.5.1 -- David Woodhouse Open Source Technology Centre David.Woodhouse@intel.com Intel Corporation