diff --git a/[refs] b/[refs] index 7569cd83b3d1..16c9340291ee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a2c1c57be8d9fd5b716113c8991d3d702eeacf77 +refs/heads/master: 023f27d3d6fcc9048754d879fe5e7d63402a5b16 diff --git a/trunk/kernel/workqueue.c b/trunk/kernel/workqueue.c index d24a41101838..7967f3476393 100644 --- a/trunk/kernel/workqueue.c +++ b/trunk/kernel/workqueue.c @@ -2172,7 +2172,7 @@ __acquires(&gcwq->lock) /* claim and dequeue */ debug_work_deactivate(work); - hash_add(gcwq->busy_hash, &worker->hentry, (unsigned long)worker); + hash_add(gcwq->busy_hash, &worker->hentry, (unsigned long)work); worker->current_work = work; worker->current_func = work->func; worker->current_cwq = cwq;