Am 28.06.2010 16:38, schrieb Ryan Harper: > To fix https://bugs.launchpad.net/qemu/+bug/597402 where qemu fails to > call unlink() on temporary snapshots due to bs->is_temporary getting clobbered > in bdrv_open_common() after being set in bdrv_open() which calls the former. > > We don't need to initialize bs->is_temporary in bdrv_open_common(). > > Signed-off-by: Ryan Harper <ry...@us.ibm.com>
Thanks, applied to the block branch. Kevin