|
| From: | Alberto Garcia |
| Subject: | Re: [Qemu-devel] [PATCH v5 05/16] block: Use bdrv_reopen_set_read_only() in stream_start/complete() |
| Date: | Tue, 20 Nov 2018 19:31:20 +0100 |
| User-agent: | Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu) |
On Tue 20 Nov 2018 07:00:29 PM CET, Kevin Wolf wrote:
>> @@ -226,12 +226,12 @@ void stream_start(const char *job_id, BlockDriverState
>> *bs,
>> {
>> StreamBlockJob *s;
>> BlockDriverState *iter;
>> - int orig_bs_flags;
>> + int bs_read_only;
>
> bool certainly?
Oops!
Berto
| [Prev in Thread] | Current Thread | [Next in Thread] |