[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 21 of 32] libxl: drop vfs patch
On Mon, 2012-01-16 at 17:09 +0000, Ian Campbell wrote: > On Mon, 2012-01-16 at 16:50 +0000, Ian Jackson wrote: > > Ian Campbell writes ("[Xen-devel] [PATCH 21 of 32] libxl: drop vfs patch"): > > > libxl: drop vfs path -- fsback/front were deleted some time ago > > > > > > Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > > > > I was going to apply this, but it doesn't fit in the current tree. I > > guess the context is updated by earlier patches in your series. So > > for now: > > > > Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > > Thanks, I'll pull it to the front for the next posting. In fact, why I don't I just post the rebased version of that one patch now, it doesn't really have much to do with this series. This applies to current unstable. 8<------------------------------------------------ # HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1326734948 0 # Node ID fed4bb058ea7200ef79b32f54254db92761fd258 # Parent 71571eced36ed674df3d38b4222c2a4bbebe0749 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> diff -r 71571eced36e -r fed4bb058ea7 tools/libxl/libxl_dm.c --- a/tools/libxl/libxl_dm.c Mon Jan 16 17:26:03 2012 +0000 +++ b/tools/libxl/libxl_dm.c Mon Jan 16 17:29:08 2012 +0000 @@ -669,8 +669,6 @@ retry_transaction: 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-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |