Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128863
b: refs/heads/master
c: 3bf1041
h: refs/heads/master
i:
  128861: 8b8ab3f
  128859: b85181d
  128855: 6226783
  128847: a391b04
  128831: e1dab76
v: v3
  • Loading branch information
Li Zefan authored and Chris Mason committed Sep 25, 2008
1 parent 6b6416d commit 5551b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ab78c84de1ce4db1b2a2cef361625ad80abbab3f
refs/heads/master: 3bf10418675cb424724b5cb9d7725b234defe1fd
1 change: 1 addition & 0 deletions trunk/fs/btrfs/async-thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ int btrfs_start_workers(struct btrfs_workers *workers, int num_workers)
worker->task = kthread_run(worker_loop, worker, "btrfs");
worker->workers = workers;
if (IS_ERR(worker->task)) {
kfree(worker);
ret = PTR_ERR(worker->task);
goto fail;
}
Expand Down

0 comments on commit 5551b29

Please sign in to comment.