Switch mutex to using anonymous mmap
[fio.git] / mutex.h
diff --git a/mutex.h b/mutex.h
index ac79dc63a6fe536f5acecc9ffd35d34bd95813b5..5938e9592fb0505b5252587d936020717dcf4629 100644 (file)
--- a/mutex.h
+++ b/mutex.h
@@ -8,8 +8,6 @@ struct fio_mutex {
        pthread_cond_t cond;
        int value;
        int waiters;
-
-       int mutex_fd;
 };
 
 extern struct fio_mutex *fio_mutex_init(int);