projects
/
platform
/
upstream
/
multipath-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6507cf
)
[multipathd] more symmetry in lock/unlock macro usage
author
Christophe Varoqui
<root@xa-s05.(none)>
Tue, 22 Nov 2005 13:17:47 +0000
(14:17 +0100)
committer
Christophe Varoqui
<root@xa-s05.(none)>
Tue, 22 Nov 2005 13:17:47 +0000
(14:17 +0100)
Edward Goggin, EMC
multipathd/main.c
patch
|
blob
|
history
diff --git
a/multipathd/main.c
b/multipathd/main.c
index
b824d39
..
1849181
100644
(file)
--- a/
multipathd/main.c
+++ b/
multipathd/main.c
@@
-144,7
+144,7
@@
stop_waiter_thread (struct multipath * mpp, struct vectors * vecs)
static void
cleanup_lock (void * data)
{
-
pthread_mutex_
unlock((pthread_mutex_t *)data);
+ unlock((pthread_mutex_t *)data);
}
/*