]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
Remove redundant unMountImage call
authorAxel Beckert <abe@deuxchevaux.org>
Thu, 17 Jan 2013 19:55:42 +0000 (20:55 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Thu, 17 Jan 2013 19:55:42 +0000 (20:55 +0100)
bin/xen-create-image

index 70919a77108b325cef4e6edb96fb650459c681b6..3f26fd3b37b9133cc861218e7e24606fabbb56eb 100755 (executable)
@@ -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