[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/8] block-backend: enable_write_cache should be atomic
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH 2/8] block-backend: enable_write_cache should be atomic |
Date: |
Tue, 5 Jul 2022 15:16:10 +0100 |
On Thu, Jun 09, 2022 at 10:37:21AM -0400, Emanuele Giuseppe Esposito wrote:
> It is read from IO_CODE and written with BQL held,
> so setting it as atomic should be enough.
>
> Also remove the aiocontext lock that was sporadically
> taken around the set.
>
> Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
> ---
> block/block-backend.c | 6 +++---
> hw/block/virtio-blk.c | 4 ----
> 2 files changed, 3 insertions(+), 7 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 2/8] block-backend: enable_write_cache should be atomic,
Stefan Hajnoczi <=