start: improve comments

parent 857ba1f0
...@@ -167,11 +167,10 @@ static bool lxc_try_preserve_namespaces(struct lxc_handler *handler, ...@@ -167,11 +167,10 @@ static bool lxc_try_preserve_namespaces(struct lxc_handler *handler,
continue; continue;
} }
/* Do not fail to start container on kernels that do /*
* not support interacting with namespaces through * Handle kernels that do not support interacting with
* /proc. * namespaces through procfs.
*/ */
lxc_put_nsfds(handler); lxc_put_nsfds(handler);
return log_error_errno(false, errno, "Failed to preserve %s namespace", ns); return log_error_errno(false, errno, "Failed to preserve %s namespace", ns);
} }
......
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