Rename fio_mutex into fio_sem
[fio.git] / file.h
diff --git a/file.h b/file.h
index cc721ee27a33c03e1ed1ff430170bbdec5b77432..8fd34b136c23972ba79ff06e4bad096d2e12eb6e 100644 (file)
--- a/file.h
+++ b/file.h
@@ -125,7 +125,7 @@ struct fio_file {
         * if io is protected by a semaphore, this is set
         */
        union {
-               struct fio_mutex *lock;
+               struct fio_sem *lock;
                struct fio_rwlock *rwlock;
        };