aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-01-16 17:56:07 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-01-16 17:56:07 +0000
commit6031949b0f70fcddfcac6b5d62c0b564810e4bd8 (patch)
tree2c3e0bb60598149b04a1e6d0f27ae6ee2a284d77 /tools
parente00ef46e17a54e25ccf2daf36cf6548d38485eca (diff)
downloadxen-6031949b0f70fcddfcac6b5d62c0b564810e4bd8.tar.gz
xen-6031949b0f70fcddfcac6b5d62c0b564810e4bd8.tar.bz2
xen-6031949b0f70fcddfcac6b5d62c0b564810e4bd8.zip
libxl: drop vfs path -- fsback/front were deleted some time ago
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/libxl/libxl_dm.c2
1 files changed, 0 insertions, 2 deletions
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;