On 03/14/2010 02:19 PM, Naphtali Sprei wrote:
Really use read-only flags for opening the file when asked for read-only

Signed-off-by: Naphtali Sprei<nsp...@redhat.com>
---
  qemu-nbd.c |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/qemu-nbd.c b/qemu-nbd.c
index eac0c21..a393583 100644
--- a/qemu-nbd.c
+++ b/qemu-nbd.c
@@ -258,6 +258,7 @@ int main(int argc, char **argv)
              break;
          case 'r':
              readonly = true;
+            flags&= ~BDRV_O_RDWR;
              break;
          case 'P':
              partition = strtol(optarg,&end, 0);

Acked-by: Paolo Bonzini <pbonz...@redhat.com>

Paolo


Reply via email to