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