On Sat, 31 Mar 2007, Thiemo Seufer wrote:
Stuart Anderson wrote:
Even though clone() and fork() are related, they don't seem to be close
enough to allow a single routine to be used to implement both. With this
patch, the LTP tests for clone now pass.
But it still does the same, assuming VM_C
Stuart Anderson wrote:
>
> Even though clone() and fork() are related, they don't seem to be close
> enough to allow a single routine to be used to implement both. With this
> patch, the LTP tests for clone now pass.
But it still does the same, assuming VM_CLONE is set, except for passing
additio
Even though clone() and fork() are related, they don't seem to be close
enough to allow a single routine to be used to implement both. With this
patch, the LTP tests for clone now pass.
It may be possible to fold this back into do_fork(), but this just seemed to
be a little bit more straightforw