Hi Serge,
> (Note - no signed-off-by in this patch. How are you generating them?
> I'd recommend either using git-send-email, or get format-patch...)
Oh, I didn't know git format-patch had a --signoff option, I always
added the line manually when committing and this time I just forgot it.
;-)
>
Quoting Christian Seiler (christ...@iwakd.de):
> Since lxc_attach now works with two fork()s anyway due to user
> namespaces, the code for attaching to cgroups can be simplified again.
>
> This patch removes the prepare/finish/dispose functions for attaching
> to cgroups and just keeps the lxc_cgr
Since lxc_attach now works with two fork()s anyway due to user
namespaces, the code for attaching to cgroups can be simplified again.
This patch removes the prepare/finish/dispose functions for attaching
to cgroups and just keeps the lxc_cgroup_attach function.
---
src/lxc/cgroup.c | 154 ++-