mutex: add __fio_mutex_remove()
authorJens Axboe <axboe@fb.com>
Fri, 19 Dec 2014 02:44:18 +0000 (19:44 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 19 Dec 2014 02:44:18 +0000 (19:44 -0700)
commitf5a425247db49bf1c35738ab50d947c5550f9425
tree810c0f8e407f02c05e070367316861605d31fa44
parent83e16fe060881ec991fcf08e4d7a4f219e9f1d5e
mutex: add __fio_mutex_remove()

We have to remember to free the condvar, so add a __fio_mutex_remove()
for cases that init a mutex inside an smalloc'ed region with
__fio_mutex_init().

Signed-off-by: Jens Axboe <axboe@fb.com>
filelock.c
mutex.c
mutex.h
server.c