[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: drop vfs path -- fsback/front were deleted some time ago
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1326736567 0 # Node ID 2913ccc6d70f15ffcc15c7e066c9269b15a30a09 # Parent 37e7efaf8f3c1d890d3a40fdd608f4f46318df91 libxl: drop vfs path -- fsback/front were deleted some time ago Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 37e7efaf8f3c -r 2913ccc6d70f tools/libxl/libxl_dm.c --- a/tools/libxl/libxl_dm.c Tue Jan 10 16:19:09 2012 +0000 +++ b/tools/libxl/libxl_dm.c Mon Jan 16 17:56:07 2012 +0000 @@ -669,8 +669,6 @@ t = xs_transaction_start(ctx->xsh); xs_mkdir(ctx->xsh, t, libxl__sprintf(gc, "/local/domain/0/device-model/%d", info->domid)); xs_set_permissions(ctx->xsh, t, libxl__sprintf(gc, "/local/domain/0/device-model/%d", info->domid), perm, ARRAY_SIZE(perm)); - xs_mkdir(ctx->xsh, t, libxl__sprintf(gc, "/local/domain/%d/device/vfs", domid)); - xs_set_permissions(ctx->xsh, t, libxl__sprintf(gc, "/local/domain/%d/device/vfs",domid), perm, ARRAY_SIZE(perm)); if (!xs_transaction_end(ctx->xsh, t, 0)) if (errno == EAGAIN) goto retry_transaction; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |