WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [hotplug scripts] Unlock the 'block' lock

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [hotplug scripts] Unlock the 'block' lock before bailing.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 04 Oct 2007 17:41:40 -0700
Delivery-date: Thu, 04 Oct 2007 18:27:17 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir@xxxxxxxxxxxxx>
# Date 1191487053 -3600
# Node ID d24787ece0e0779bc4914fa486a56d129dd66d42
# Parent  c632def5f69b350b967c5f03250d25919c6a15ea
[hotplug scripts] Unlock the 'block' lock before bailing.
Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
---
 tools/examples/block |    1 +
 1 files changed, 1 insertion(+)

diff -r c632def5f69b -r d24787ece0e0 tools/examples/block
--- a/tools/examples/block      Thu Oct 04 09:36:18 2007 +0100
+++ b/tools/examples/block      Thu Oct 04 09:37:33 2007 +0100
@@ -322,6 +322,7 @@ mount it read-write in a guest domain."
 
         if [ "$loopdev" = '' ]
         then
+          release_lock "block"
           fatal 'Failed to find an unused loop device'
         fi
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [hotplug scripts] Unlock the 'block' lock before bailing., Xen patchbot-unstable <=