From: Ian Campbell Date: Mon, 16 Jan 2012 17:56:07 +0000 (+0000) Subject: libxl: drop vfs path -- fsback/front were deleted some time ago X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~9231 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6031949b0f70fcddfcac6b5d62c0b564810e4bd8;p=xen.git libxl: drop vfs path -- fsback/front were deleted some time ago Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c index cf84dabf69..39526d240a 100644 --- a/tools/libxl/libxl_dm.c +++ b/tools/libxl/libxl_dm.c @@ -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;