Changeset 2748

Show
Ignore:
Timestamp:
07/16/08 00:16:01 (4 months ago)
Author:
dhozac
Message:

This is not an option used by the utils, but the semantics are for filesystem namespaces.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/vcontext.c

    r2578 r2748  
    275275      Echroot("."); 
    276276      if (args->set_namespace) { 
    277         if (args->do_migrateself)  Evc_set_namespace(xid, 0); 
    278         else if (args->do_migrate) Evc_enter_namespace(xid, 0); 
     277        if (args->do_migrateself)  Evc_set_namespace(xid, CLONE_NEWNS|CLONE_FS); 
     278        else if (args->do_migrate) Evc_enter_namespace(xid, CLONE_NEWNS|CLONE_FS); 
    279279      } 
    280280    }