Re: [patch] Workqueue Abstraction, 2.5.40-H7

Christoph Hellwig (hch@sgi.com)
Wed, 2 Oct 2002 00:22:35 -0400


On Tue, Oct 01, 2002 at 06:24:50PM +0200, Ingo Molnar wrote:
>
> the attached (compressed) patch is the next iteration of the workqueue
> abstraction. There are two major categories of changes:

What about forcing a flush in destory_workqueue?

--- 1.1/kernel/workqueue.c Tue Oct 1 21:17:25 2002
+++ edited/kernel/workqueue.c Tue Oct 1 23:04:46 2002
@@ -317,6 +317,8 @@
struct cpu_workqueue_struct *cwq;
int cpu;

+ flush_workqueue(wq);
+
for (cpu = 0; cpu < NR_CPUS; cpu++) {
if (!cpu_online(cpu))
continue;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/