Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123176
b: refs/heads/master
c: d98d38f
h: refs/heads/master
v: v3
  • Loading branch information
Arjan van de Ven authored and Ingo Molnar committed Oct 30, 2008
1 parent b8f0d83 commit 6ee1deb
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d1a76187a5be4f89c6cb19d800cb5fb7aac735c5
refs/heads/master: d98d38f2014ab79f28c126ff175d034891f7aefc
2 changes: 2 additions & 0 deletions trunk/include/linux/mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ extern int __must_check mutex_lock_killable(struct mutex *lock);
/*
* NOTE: mutex_trylock() follows the spin_trylock() convention,
* not the down_trylock() convention!
*
* Returns 1 if the mutex has been acquired successfully, and 0 on contention.
*/
extern int mutex_trylock(struct mutex *lock);
extern void mutex_unlock(struct mutex *lock);
Expand Down

0 comments on commit 6ee1deb

Please sign in to comment.