Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311201
b: refs/heads/master
c: 3b876c8
h: refs/heads/master
i:
  311199: 7322a3e
v: v3
  • Loading branch information
Jeff Liu authored and Ben Myers committed Jun 20, 2012
1 parent a6a54d1 commit 4ddb724
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: 66f9311381b4772003d595fb6c518f1647450db0
refs/heads/master: 3b876c8f2a361ceeed3fed894980c69066f903a0
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 4ddb724

Please sign in to comment.