start: improve comment in lxc_spawn()

parent 9beaca55
...@@ -1878,8 +1878,8 @@ static int lxc_spawn(struct lxc_handler *handler) ...@@ -1878,8 +1878,8 @@ static int lxc_spawn(struct lxc_handler *handler)
goto out_delete_net; goto out_delete_net;
/* /*
* with isolation the limiting devices cgroup was already setup, so * With isolation the limiting devices cgroup was already setup, so
* only setup devices here if we have no namespace directory * only setup devices here if we have no namespace directory.
*/ */
if (!handler->conf->cgroup_meta.namespace_dir && if (!handler->conf->cgroup_meta.namespace_dir &&
!cgroup_ops->setup_limits_legacy(cgroup_ops, handler->conf, true)) { !cgroup_ops->setup_limits_legacy(cgroup_ops, handler->conf, true)) {
......
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