X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=file.h;h=8fd34b136c23972ba79ff06e4bad096d2e12eb6e;hp=cc721ee27a33c03e1ed1ff430170bbdec5b77432;hb=ca0a0b521e8650ed736246c00092094a4d5c9829;hpb=4d832322bf67a8a496bee049bc7dd9a2fdd828a2 diff --git a/file.h b/file.h index cc721ee2..8fd34b13 100644 --- 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; };