diff options
| -rw-r--r-- | kernel/workqueue.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/kernel/workqueue.c b/kernel/workqueue.c index f7f4a5fc7736..ae58c6ace23f 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -4978,9 +4978,7 @@ static void unbind_workers(int cpu)  		/*  		 * We've blocked all attach/detach operations. Make all workers  		 * unbound and set DISASSOCIATED.  Before this, all workers -		 * except for the ones which are still executing works from -		 * before the last CPU down must be on the cpu.  After -		 * this, they may become diasporas. +		 * must be on the cpu.  After this, they may become diasporas.  		 */  		for_each_pool_worker(worker, pool)  			worker->flags |= WORKER_UNBOUND; | 
