Re: [Xen-devel] Re: [PATCH -v3 2/3] xen-blkback: repleace check kthread_should_stop()to remove_requested in xen_blkif_schedule() loop.

From: David Vrabel
Date: Fri Aug 05 2011 - 06:06:43 EST


On 04/08/2011 20:48, Konrad Rzeszutek Wilk wrote:
<sigh> I can't believe I didn't catch this earlier, but this a
big NO NO. Each patch _MUST_ be compile on its own. If I commit
patch 1 and this patch, the compile (actually linker) process
stops b/c xen_blkback_close is not defined:

All three patches should be merged together as patch 2 on it's own will break the driver as the thread will never exit as blkif->remove_requested isn't set until patch 3.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/