Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365496
b: refs/heads/master
c: ac6104c
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo committed Mar 12, 2013
1 parent 0dbcd85 commit f4ff47a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f02ae73aaa4f285199683862ac59972877a11c5d
refs/heads/master: ac6104cdf87cc162b0a0d78280d1dcb9752e25bb
3 changes: 2 additions & 1 deletion trunk/kernel/workqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,8 @@ static struct worker *create_worker(struct worker_pool *pool)
"kworker/%d:%d%s", pool->cpu, id, pri);
else
worker->task = kthread_create(worker_thread, worker,
"kworker/u:%d%s", id, pri);
"kworker/u%d:%d%s",
pool->id, id, pri);
if (IS_ERR(worker->task))
goto fail;

Expand Down

0 comments on commit f4ff47a

Please sign in to comment.