]> git.baikalelectronics.ru Git - kernel.git/commit
workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the function
authorTejun Heo <tj@kernel.org>
Wed, 5 Sep 2012 06:12:33 +0000 (23:12 -0700)
committerTejun Heo <tj@kernel.org>
Wed, 5 Sep 2012 23:10:14 +0000 (16:10 -0700)
commitb74c38ad04077a8cfc24e87403aa99d43897b70b
tree39e6a6e4e22ba49908d5542b4de6c01fbff48744
parentca7f21b925b1821717e6352854bccf14c538d790
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>
kernel/workqueue.c