qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 09/22] blockdev: Use blk_remove_bs() in do_drive_


From: Max Reitz
Subject: [Qemu-devel] [PATCH v2 09/22] blockdev: Use blk_remove_bs() in do_drive_del()
Date: Mon, 9 Feb 2015 13:38:31 -0500

Signed-off-by: Max Reitz <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
---
 blockdev.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/blockdev.c b/blockdev.c
index 75baf16..3dfb5a2 100644
--- a/blockdev.c
+++ b/blockdev.c
@@ -2281,11 +2281,7 @@ int do_drive_del(Monitor *mon, const QDict *qdict, 
QObject **ret_data)
     }
 
     /* quiesce block driver; prevent further io */
-    bdrv_drain_all();
-    if (bs) {
-        bdrv_flush(bs);
-        bdrv_close(bs);
-    }
+    blk_remove_bs(blk);
 
     /* if we have a device attached to this BlockDriverState
      * then we need to make the drive anonymous until the device
-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]