[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <45DDC7F7.6080205@googlemail.com>
Date: Thu, 22 Feb 2007 17:42:31 +0100
From: Michal Piotrowski <michal.k.k.piotrowski@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: Jens Axboe <jens.axboe@...cle.com>,
Pierre Ossman <drzeus-mmc@...eus.cx>,
LKML <linux-kernel@...r.kernel.org>
Subject: [RFC][PATCH -mm] mmc build fix (was: Re: mm snapshot broken-out-2007-02-21-22-18.tar.gz
uploaded)
Hi,
akpm@...ux-foundation.org napisaĆ(a):
> The mm snapshot broken-out-2007-02-21-22-18.tar.gz has been uploaded to
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-02-21-22-18.tar.gz
>
> It contains the following patches against 2.6.21-rc1:
>
Possible build fix for
drivers/built-in.o: In function `mmc_queue_thread':
/mnt/md0/devel/linux-work5/drivers/mmc/card/queue.c:76: undefined reference to `blk_queue_plugged'
make: *** [.tmp_vmlinux1] Error 1
Regards,
Michal
--
Michal K. K. Piotrowski
LTG - Linux Testers Group (PL)
(http://www.stardust.webpages.pl/ltg/)
LTG - Linux Testers Group (EN)
(http://www.stardust.webpages.pl/linux_testers_group_en/)
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@...il.com>
--- linux-work5-clean/drivers/mmc/card/queue.c 2007-02-22 16:04:38.000000000 +0100
+++ linux-work5/drivers/mmc/card/queue.c 2007-02-22 16:00:52.000000000 +0100
@@ -73,8 +73,7 @@ static int mmc_queue_thread(void *d)
spin_lock_irq(q->queue_lock);
set_current_state(TASK_INTERRUPTIBLE);
- if (!blk_queue_plugged(q))
- req = elv_next_request(q);
+ req = elv_next_request(q);
mq->req = req;
spin_unlock_irq(q->queue_lock);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists