Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319826
b: refs/heads/master
c: 0f2cf9d
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Liu authored and Ben Myers committed Jun 14, 2012
1 parent 74d9646 commit 30dc753
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: 7d0fa3ecba2f12ceef93fffe615e5dd9b50bb794
refs/heads/master: 0f2cf9d3d917b269645902506adaa4ff92b5e506
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2441,7 +2441,7 @@ xfs_alloc_vextent(
DECLARE_COMPLETION_ONSTACK(done);

args->done = &done;
INIT_WORK(&args->work, xfs_alloc_vextent_worker);
INIT_WORK_ONSTACK(&args->work, xfs_alloc_vextent_worker);
queue_work(xfs_alloc_wq, &args->work);
wait_for_completion(&done);
return args->result;
Expand Down

0 comments on commit 30dc753

Please sign in to comment.