login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
July
»
2
Re: [PATCH 4/4] async: use workqueue for worker pool
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Tejun Heo
Subject:
Re: [PATCH 4/4] async: use workqueue for worker pool
Date: Friday, July 2, 2010 - 9:26 am
On 07/02/2010 05:09 PM, Stefan Richter wrote:
quoted text
> Tejun Heo wrote: >> Replace private worker pool with system_long_wq. > > system_unbound_wq actually. > >> --- a/kernel/async.c >> +++ b/kernel/async.c >> @@ -49,40 +49,32 @@ asynchronous and synchronous parts of the kernel. >> */ >> >> #include <linux/async.h> >> -#include <linux/bug.h> >> #include <linux/module.h> >> #include <linux/wait.h> >> #include <linux/sched.h> >> -#include <linux/init.h> >> -#include <linux/kthread.h> >> -#include <linux/delay.h> >> #include <linux/slab.h> >> #include <asm/atomic.h> >> > > Shouldn't it include linux/workqueue.h now?
Updated. Thanks a lot. -- tejun --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 34/35] async: use workqueue for worker pool
, Tejun Heo
, (Mon Jun 28, 2:04 pm)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Frederic Weisbecker
, (Mon Jun 28, 3:55 pm)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Tejun Heo
, (Tue Jun 29, 12:25 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Frederic Weisbecker
, (Tue Jun 29, 5:18 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Tejun Heo
, (Tue Jun 29, 8:46 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Frederic Weisbecker
, (Tue Jun 29, 8:52 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Tejun Heo
, (Tue Jun 29, 8:55 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Arjan van de Ven
, (Tue Jun 29, 9:40 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Tejun Heo
, (Tue Jun 29, 9:59 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Tejun Heo
, (Tue Jun 29, 10:12 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Arjan van de Ven
, (Tue Jun 29, 11:07 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Arjan van de Ven
, (Tue Jun 29, 11:08 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Tejun Heo
, (Tue Jun 29, 11:15 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Arjan van de Ven
, (Tue Jun 29, 11:22 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Tejun Heo
, (Tue Jun 29, 11:34 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Arjan van de Ven
, (Tue Jun 29, 11:41 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, Tejun Heo
, (Tue Jun 29, 11:59 am)
Re: [PATCH 34/35] async: use workqueue for worker pool
, David Howells
, (Tue Jun 29, 2:37 pm)
[PATCHSET] workqueue: implement and use WQ_UNBOUND
, Tejun Heo
, (Fri Jul 2, 2:17 am)
[PATCH 1/4] workqueue: prepare for WQ_UNBOUND implementation
, Tejun Heo
, (Fri Jul 2, 2:19 am)
[PATCH 2/4] workqueue: implement unbound workqueue
, Tejun Heo
, (Fri Jul 2, 2:20 am)
[PATCH 3/4] workqueue: remove WQ_SINGLE_CPU and use WQ_UNB ...
, Tejun Heo
, (Fri Jul 2, 2:24 am)
[PATCH 4/4] async: use workqueue for worker pool
, Tejun Heo
, (Fri Jul 2, 2:25 am)
[PATCH 2/4] workqueue: implement unbound workqueue
, Tejun Heo
, (Fri Jul 2, 2:28 am)
Re: [PATCHSET] workqueue: implement and use WQ_UNBOUND
, Tejun Heo
, (Fri Jul 2, 2:32 am)
Re: [PATCH 4/4] async: use workqueue for worker pool
, Stefan Richter
, (Fri Jul 2, 8:09 am)
[PATCH UPDATED 4/4] async: use workqueue for worker pool
, Tejun Heo
, (Fri Jul 2, 9:25 am)
Re: [PATCH 4/4] async: use workqueue for worker pool
, Tejun Heo
, (Fri Jul 2, 9:26 am)
Re: [PATCHSET] workqueue: implement and use WQ_UNBOUND
, Tejun Heo
, (Tue Jul 6, 10:41 pm)
Re: [PATCHSET] workqueue: implement and use WQ_UNBOUND
, Tejun Heo
, (Wed Jul 14, 2:39 am)
Re: [PATCHSET] workqueue: implement and use WQ_UNBOUND
, David Howells
, (Tue Jul 20, 3:01 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Kay Sievers
Re: char/tpm: tpm_infineon no longer loaded for HP 2510p laptop
Eric W. Biederman
[PATCH 8/8] sysfs: user namespaces: fix bug with clone(CLONE_NEWUSER) with fairsched
S K
Re: cpufreq doesn't seem to work in Intel Q9300
Bart Van Assche
Re: Is gcc thread-unsafe?
Greg Kroah-Hartman
[PATCH 20/36] Driver core: Call device_pm_add() after bus_add_device() in device_a...
git
:
Junio C Hamano
Re: git-svnimport
Junio C Hamano
Re: [PATCH] git-mv: Keep moved index entries inact
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
A Large Angry SCM
Re: [RFC] origin link for cherry-pick and revert
Gabriel
[PATCH] When a remote is added but not fetched, tell the user.
linux-netdev
:
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
Ingo Molnar
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
Eric W. Biederman
[PATCH 14/20] net: Simplify pppol2tp pernet operations.
Jeff Kirsher
[net-2.6 PATCH 2/5] e1000e: increase swflag acquisition timeout for ICHx/PCH
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
sm501: add power control callback
Linux Kernel Mailing List
MIPS: Cavium: Remove unused watchdog code.
Linux Kernel Mailing List
V4L/DVB (8976): af9015: Add USB ID for AVerMedia A309
Linux Kernel Mailing List
ARM: 5670/1: bcmring: add default configuration for bcmring arch
openbsd-misc
:
daniele.pilenga
snmpd hangs on 4.1 looking up hrSWRunTable
Jason Dixon
Re: any web management gui for pf ?
Christophe Rioux
Implementation example of snmp
Nick Holland
Re: booting openbsd on eee without cd-rom
Bryan Irvine
Re: OpenBSD 4.7 Released, May 19 2010
Colocation donated by:
Syndicate