On Fri, Apr 28, 2006 at 01:33:40PM +0200, Blaisorblade wrote: > > So, maybe it belongs in clone as a "backwards" flag similar to > > CLONE_NEWNS. > > I must note that currently every (?) flag allowed for unshare is also allowed > for clone, so you need to do that anyway.
Currently. We are running out of CLONE_ bits - in mainline, there are three left, and two of them are likely to be used by CLONE_TIME and CLONE_UTSNAME (or whatever that turns out to be called). I'm eyeing the low eight bits (CSIGNAL) for future unshare flags, but those would be unusable in clone(). And why should there be any overlap between clone flags and unshare flags? Isn't clone(CLONE_TIME); the same as clone(); unshare(CLONE_TIME); ? Jeff ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel