Commit e3b686f8 authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

tests: remove commented out code

An oddity (bug?) means that we don't preserve empty cgroups in in the criu
cgset, since we don't dump it. So we do need to move things into tasks.

(This probably got commented out due to a bug in the Ubuntu kernel that I
ran across [1] which should be fixed shortly :)

[1]: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1588056Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent c8d79fcb
......@@ -66,10 +66,8 @@ int mount_and_add(const char *controller, const char *path, const char *prop, co
sprintf(aux, "%d", getpid());
sprintf(paux, "%s/%s/tasks", subdir, path);
/*
if (write_value(paux, aux) < 0)
goto err_rs;
*/
return 0;
err_rs:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment