commit | a49e4629b5edf1db856de05fbf1aae05502ef1af | [log] [tgz] |
---|---|---|
author | Prateek Sood <prsood@codeaurora.org> | Fri Jan 24 20:37:29 2020 +0530 |
committer | Tejun Heo <tj@kernel.org> | Wed Feb 12 17:13:47 2020 -0500 |
tree | 11eed372fa154e9be6144e790581102f0ec5f4a2 | |
parent | 3010c5b9f5f476b35b24955f08a3a6c06ec8e878 [diff] |
cpuset: Make cpuset hotplug synchronous Convert cpuset_hotplug_workfn() into synchronous call for cpu hotplug path. For memory hotplug path it still gets queued as a work item. Since cpuset_hotplug_workfn() can be made synchronous for cpu hotplug path, it is not required to wait for cpuset hotplug while thawing processes. Signed-off-by: Prateek Sood <prsood@codeaurora.org> Signed-off-by: Tejun Heo <tj@kernel.org>