Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155912
b: refs/heads/master
c: 29c5e8c
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Chris Mason committed Jul 22, 2009
1 parent 9540b93 commit 82e4404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4a8c9a62d7f7f058eed4b8a6f2c890a887778093
refs/heads/master: 29c5e8ce01f9dad7e24b99c21e4f836d6b0289e0
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/async-thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,11 @@ int btrfs_requeue_work(struct btrfs_work *work)
* list
*/
if (worker->idle) {
spin_lock_irqsave(&worker->workers->lock, flags);
spin_lock(&worker->workers->lock);
worker->idle = 0;
list_move_tail(&worker->worker_list,
&worker->workers->worker_list);
spin_unlock_irqrestore(&worker->workers->lock, flags);
spin_unlock(&worker->workers->lock);
}
if (!worker->working) {
wake = 1;
Expand Down

0 comments on commit 82e4404

Please sign in to comment.