Re: [Qemu-block] [PATCH 13/18] block/mirror: Keep write perm for pending writes

2017-10-11 Thread Max Reitz
On 2017-10-10 11:58, Kevin Wolf wrote: > Am 13.09.2017 um 20:19 hat Max Reitz geschrieben: >> The owner of the mirror BDS might retire its write permission; but there >> may still be pending mirror operations so the mirror BDS cannot >> necessarily retire its write permission for its child then.

Re: [Qemu-block] [PATCH 13/18] block/mirror: Keep write perm for pending writes

2017-10-10 Thread Kevin Wolf
Am 13.09.2017 um 20:19 hat Max Reitz geschrieben: > The owner of the mirror BDS might retire its write permission; but there > may still be pending mirror operations so the mirror BDS cannot > necessarily retire its write permission for its child then. > > Signed-off-by: Max Reitz

[Qemu-block] [PATCH 13/18] block/mirror: Keep write perm for pending writes

2017-09-13 Thread Max Reitz
The owner of the mirror BDS might retire its write permission; but there may still be pending mirror operations so the mirror BDS cannot necessarily retire its write permission for its child then. Signed-off-by: Max Reitz --- block/mirror.c | 6 -- 1 file changed, 4