From a223eedf0bd5f1fc2a61085291ed7908375e6566 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 17 Jan 2013 20:55:42 +0100 Subject: [PATCH] Remove redundant unMountImage call --- bin/xen-create-image | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index 70919a7..3f26fd3 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -4117,14 +4117,6 @@ sub END # if ( $CONFIG{ 'boot' } and !$CONFIG{'FAIL'} ) { - - # - # Unmount the image and any subsequent mounts. - # - if ( defined($MOUNT_POINT) ) { - unMountImage($MOUNT_POINT); - } - # # If there is an /etc/xen/auto directory then link in the # domain so that it will automatically restart, if it isn't