Comment out problematic calls
authorAndy Bavier <acb@cs.princeton.edu>
Mon, 31 Aug 2009 20:19:22 +0000 (20:19 +0000)
committerAndy Bavier <acb@cs.princeton.edu>
Mon, 31 Aug 2009 20:19:22 +0000 (20:19 +0000)
src/planetlab.c

index 3c06261..b931e81 100644 (file)
@@ -101,7 +101,7 @@ process:
       unshare(unshare_flags);
       unshare_flags |= vc_get_space_mask();
       //printf("vc_set_namespace(%d, %X)\n", ctx, unshare_flags);
-      vc_set_namespace(ctx, unshare_flags);
+      //vc_set_namespace(ctx, unshare_flags);
   }
 
   /* Set capabilities - these don't take effect until SETUP flag is unset */
@@ -202,7 +202,7 @@ pl_chcontext(xid_t ctx, uint64_t bcaps, const struct sliver_resources *slr,
          if (unshare_flags != 0) {
            unshare_flags |=vc_get_space_mask();
            //printf("vc_enter_namespace(%d, %X)\n", ctx, unshare_flags);
-           vc_enter_namespace(ctx, unshare_flags);
+           //vc_enter_namespace(ctx, unshare_flags);
          }
 
          if (!vc_tag_migrate(ctx) && !vc_ctx_migrate(ctx, 0))