libxl: drop vfs path -- fsback/front were deleted some time ago
authorIan Campbell <ian.campbell@citrix.com>
Mon, 16 Jan 2012 17:56:07 +0000 (17:56 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 16 Jan 2012 17:56:07 +0000 (17:56 +0000)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_dm.c

index cf84dabf69d963a29377456596285cc88af84db6..39526d240a62356e392b168cad7efe8467d2c286 100644 (file)
@@ -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;