commit | 53ec73e264f481b79b52efcadc9ceb8f8996975c | [log] [tgz] |
---|---|---|
author | Fam Zheng <famz@redhat.com> | Fri May 29 18:53:14 2015 +0800 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Tue Jul 07 14:27:14 2015 +0100 |
tree | adf844204dd479e4c8a3b1c81c053708d24a23d8 | |
parent | c2e0dbbfd7265eb9a7170ab195d8f9f8a1cbd1af [diff] |
block: Use bdrv_drain to replace uncessary bdrv_drain_all There callers work on a single BlockDriverState subtree, where using bdrv_drain() is more accurate. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>