• Pavel Emelyanov's avatar
    zdtm: Remove unneeded re-exec · b9697482
    Pavel Emelyanov authored
    When starting inside ns flavor the test_init() routine prepares
    the binary to be run inside namespaces. In particular this routine
    fork()-s an init, execve()-s one to pick up mappings and exe from
    the new mntns and then fork()-s the test itself. In order to go
    back to test_init() for test initialization the execve() is done
    again, but it's actually not required and confuses the reader.
    Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
    b9697482
Name
Last commit
Last update
..
arch Loading commit data...
Makefile Loading commit data...
cpuid.h Loading commit data...
datagen.c Loading commit data...
fs.c Loading commit data...
fs.h Loading commit data...
lock.c Loading commit data...
lock.h Loading commit data...
msg.c Loading commit data...
ns.c Loading commit data...
ns.h Loading commit data...
parseargs.c Loading commit data...
parseargs.sh Loading commit data...
stop_and_chk.sh Loading commit data...
streamutil.c Loading commit data...
tcp.c Loading commit data...
test.c Loading commit data...
zdtmtst.h Loading commit data...