Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147780
b: refs/heads/master
c: fd0fb03
h: refs/heads/master
v: v3
  • Loading branch information
Shin Hong authored and Chris Mason committed Jun 11, 2009
1 parent 835c532 commit 231c9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4eedeb75e7f15ffdb12d1ad559b565e7505bdbaf
refs/heads/master: fd0fb038d5a308c7faddd1701be5e70aaffec98b
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/async-thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,10 @@ int btrfs_start_workers(struct btrfs_workers *workers, int num_workers)
INIT_LIST_HEAD(&worker->worker_list);
spin_lock_init(&worker->lock);
atomic_set(&worker->num_pending, 0);
worker->workers = workers;
worker->task = kthread_run(worker_loop, worker,
"btrfs-%s-%d", workers->name,
workers->num_workers + i);
worker->workers = workers;
if (IS_ERR(worker->task)) {
kfree(worker);
ret = PTR_ERR(worker->task);
Expand Down

0 comments on commit 231c9ed

Please sign in to comment.