commit | 90beca5de591e12482a812f23a7f10690962ed4a | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Sep 04 23:12:33 2012 -0700 |
committer | Tejun Heo <tj@kernel.org> | Wed Sep 05 16:10:14 2012 -0700 |
tree | 39e6a6e4e22ba49908d5542b4de6c01fbff48744 | |
parent | 96e65306b81351b656835c15931d1d237b252f27 [diff] |
workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the function This doesn't make any functional difference and is purely to help the next patch to be simpler. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Lai Jiangshan <laijs@cn.fujitsu.com>