Log In
source-git
/
device-mapper-multipath
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
b99597b3f0b6cb9bc7873a1d0a89f7605cecfe9f
b99597b3f0b6cb9bc7873a1d0a89f7605cecfe9f
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); }