bdrv_open already takes care of this for us.

Signed-off-by: Christoph Hellwig <h...@lst.de>

Index: qemu/block/raw-posix.c
===================================================================
--- qemu.orig/block/raw-posix.c 2010-04-07 13:50:16.573261199 +0200
+++ qemu/block/raw-posix.c      2010-04-07 13:50:25.180005926 +0200
@@ -142,7 +142,6 @@ static int raw_open_common(BlockDriverSt
         s->open_flags |= O_RDWR;
     } else {
         s->open_flags |= O_RDONLY;
-        bs->read_only = 1;
     }
 
     /* Use O_DSYNC for write-through caching, no flags for write-back caching,


Reply via email to