Re: [Qemu-devel] [PATCH v3 41/44] block: Assertions for write permissions

2017-02-28 Thread Max Reitz
On 28.02.2017 13:54, Kevin Wolf wrote: > This adds assertions that ensure that the necessary write permissions > have been granted before someone attempts to write to a node. > > Signed-off-by: Kevin Wolf > --- > block/io.c | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Max Reitz s

[Qemu-devel] [PATCH v3 41/44] block: Assertions for write permissions

2017-02-28 Thread Kevin Wolf
This adds assertions that ensure that the necessary write permissions have been granted before someone attempts to write to a node. Signed-off-by: Kevin Wolf --- block/io.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/block/io.c b/block/io.c index 2592ca1..4c79745 100644 --- a/block/io