diff options
| -rw-r--r-- | kernel/workqueue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index eeebfa65b0ef..636c6d702b93 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
| @@ -165,7 +165,6 @@ struct worker_pool { | |||
| 165 | DECLARE_HASHTABLE(busy_hash, BUSY_WORKER_HASH_ORDER); | 165 | DECLARE_HASHTABLE(busy_hash, BUSY_WORKER_HASH_ORDER); |
| 166 | /* L: hash of busy workers */ | 166 | /* L: hash of busy workers */ |
| 167 | 167 | ||
| 168 | /* see manage_workers() for details on the two manager mutexes */ | ||
| 169 | struct worker *manager; /* L: purely informational */ | 168 | struct worker *manager; /* L: purely informational */ |
| 170 | struct mutex attach_mutex; /* attach/detach exclusion */ | 169 | struct mutex attach_mutex; /* attach/detach exclusion */ |
| 171 | struct list_head workers; /* A: attached workers */ | 170 | struct list_head workers; /* A: attached workers */ |
