commit | 0fbd95aa8a056194933fba4ae78c50fc20f0704e | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Mar 13 16:51:35 2013 -0700 |
committer | Tejun Heo <tj@kernel.org> | Wed Mar 13 16:51:35 2013 -0700 |
tree | f9f092a3f5268dbb30c1b233f51917b81c452008 | |
parent | e62676169118bc2d42e5008b3f8872646313f077 [diff] |
workqueue: relocate pwq_set_max_active() pwq_set_max_active() is gonna be modified and used during pool_workqueue init. Move it above init_and_link_pwq(). This patch is pure code reorganization and doesn't introduce any functional changes. Signed-off-by: Tejun Heo <tj@kernel.org>