X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=file.h;h=8fd34b136c23972ba79ff06e4bad096d2e12eb6e;hb=12223a35ac7d975d7c2950c664d8caf7f9c065bf;hp=cc721ee27a33c03e1ed1ff430170bbdec5b77432;hpb=358ffaa6c37acb26e0f507934ba8a6f98f34ffee;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; };