Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53540
b: refs/heads/master
c: 5c2c9d3
h: refs/heads/master
v: v3
  • Loading branch information
Milind Arun Choudhary authored and Mark Fasheh committed May 2, 2007
1 parent bc33852 commit c8e71de
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: ee19a77956cb65c5da54d85a5efefe50b39fa6e5
refs/heads/master: 5c2c9d383ef7f7cfc02d6355798b95988de359b4
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dlm/dlmthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void __dlm_wait_on_lockres_flags(struct dlm_lock_resource *res, int flags)
goto repeat;
}
remove_wait_queue(&res->wq, &wait);
current->state = TASK_RUNNING;
__set_current_state(TASK_RUNNING);
}

int __dlm_lockres_has_locks(struct dlm_lock_resource *res)
Expand Down

0 comments on commit c8e71de

Please sign in to comment.