| commit | 6a8a98a049f84d6633d024e97a1ecab2f220fa85 | [log] [tgz] |
|---|---|---|
| author | Paolo Bonzini <pbonzini@redhat.com> | Fri Mar 03 11:02:34 2023 +0100 |
| committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Apr 20 11:17:35 2023 +0200 |
| tree | 8e124f2e7d4715e616e6869779e55a2d171b8432 | |
| parent | 72497cff896fecf74306ed33626c30e43633cdd6 [diff] |
block-backend: remove qatomic_mb_read() There is already a barrier in AIO_WAIT_WHILE_INTERNAL(), thus the qatomic_mb_read() is not adding anything. Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>