]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/tsan/suppressions.tsan
block: remove AioContext locking
[mirror_qemu.git] / tests / tsan / suppressions.tsan
index d9a002a2ef16018c305f6981087f77d92c87eaa2..b3ef59c27c04b5ac3a9084ceedac226455dba4a2 100644 (file)
@@ -4,7 +4,6 @@
 
 # TSan reports a double lock on RECURSIVE mutexes.
 # Since the recursive lock is intentional, we choose to ignore it.
-mutex:aio_context_acquire
 mutex:pthread_mutex_lock
 
 # TSan reports a race between pthread_mutex_init() and