Re: [PATCH wq/for-3.7] workqueue: move gcwq_associate() under CPU hotplug section

2012-09-06 Thread Tejun Heo
Hello, Lai. On Thu, Sep 06, 2012 at 01:09:48PM -0700, Tejun Heo wrote: > From f3b57042feab077e340da166f0a0329793e94a16 Mon Sep 17 00:00:00 2001 > From: Tejun Heo > Date: Thu, 6 Sep 2012 12:59:59 -0700 > > gcwq_associate() is now more involved with CPU hotplug and its current > location requires

[PATCH wq/for-3.7] workqueue: move gcwq_associate() under CPU hotplug section

2012-09-06 Thread Tejun Heo
>From f3b57042feab077e340da166f0a0329793e94a16 Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Thu, 6 Sep 2012 12:59:59 -0700 gcwq_associate() is now more involved with CPU hotplug and its current location requires forward declarations of gcwq_claim/release_management(). Move it under CPU hotplug