Log In
source-git
/
device-mapper-multipath
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
95a1e9fd70f336e38a9ba7a2253374efa488063e
95a1e9fd70f336e38a9ba7a2253374efa488063e
libmultipath
lock.c
Fork and Edit
Blob
Blame
History
Raw
#include "lock.h" void cleanup_lock (void * data) { struct mutex_lock *lock = data; unlock(lock); }