qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 07/21] blockdev: Use blk_remove_bs() in do_drive_del


From: Max Reitz
Subject: [Qemu-devel] [PATCH 07/21] blockdev: Use blk_remove_bs() in do_drive_del()
Date: Mon, 26 Jan 2015 14:27:34 -0500

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

diff --git a/blockdev.c b/blockdev.c
index fd3f50d..ccf5469 100644
--- a/blockdev.c
+++ b/blockdev.c
@@ -2285,11 +2285,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]