]> git.ipfire.org Git - thirdparty/lxc.git/commit
cgfsng: don't pre-calculate path 1070/head
authorSerge Hallyn <serge@hallyn.com>
Sat, 2 Jul 2016 02:18:38 +0000 (21:18 -0500)
committerSerge Hallyn <serge@hallyn.com>
Sat, 2 Jul 2016 02:18:38 +0000 (21:18 -0500)
commit0b6ca6e39b63fe37ff66ffcf1c5e13a3a0b330c0
treecd64a46f81b3eefbbb28c228d9c9a9931b5dd9f3
parentdf5512e5df35fcd7d8e8f6ab796f2b1a9aa95066
cgfsng: don't pre-calculate path

First, we're doing this so long a there is any cgroup config item -
even if no devices ones.  Then if devices is not available we fail.
This was leading to Rob E's mysterious startup failures.

Secondly, we're not even using this info.  The user was removed
awhile back.

Signed-off-by: Serge Hallyn <serge@hallyn.com>
src/lxc/cgfsng.c