[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] libxl: fix libxl__xs_directory usage of transaction


  • To: xen-changelog@xxxxxxxxxxxxxxxxxxx
  • From: Xen patchbot-unstable <patchbot@xxxxxxx>
  • Date: Wed, 23 May 2012 15:33:07 +0000
  • Delivery-date: Wed, 23 May 2012 15:33:17 +0000
  • List-id: "Change log for Mercurial \(receive only\)" <xen-changelog.lists.xen.org>

# HG changeset patch
# User Roger Pau Monne <roger.pau@xxxxxxxxxx>
# Date 1337767607 -3600
# Node ID f32ba4de34f2aa2664c4c8b4a9bb78505fa0d750
# Parent  0bd90b16892c663a757e9c235d5b9ebe70d4e651
libxl: fix libxl__xs_directory usage of transaction

libxl__xs_directory takes a transaction parameter, but completely
ignores it, passing XBT_NULL unconditionally to xs_directory.

Signed-off-by: Roger Pau Monne <roger.pau@xxxxxxxxxx>
Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
---


diff -r 0bd90b16892c -r f32ba4de34f2 tools/libxl/libxl_xshelp.c
--- a/tools/libxl/libxl_xshelp.c        Wed May 23 11:06:47 2012 +0100
+++ b/tools/libxl/libxl_xshelp.c        Wed May 23 11:06:47 2012 +0100
@@ -111,7 +111,7 @@ char **libxl__xs_directory(libxl__gc *gc
 {
     libxl_ctx *ctx = libxl__gc_owner(gc);
     char **ret = NULL;
-    ret = xs_directory(ctx->xsh, XBT_NULL, path, nb);
+    ret = xs_directory(ctx->xsh, t, path, nb);
     libxl__ptr_add(gc, ret);
     return ret;
 }

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.