From: Christian Brauner Date: Sun, 14 Feb 2021 19:44:18 +0000 (+0100) Subject: start: improve comments X-Git-Tag: lxc-5.0.0~288^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9beaca55d7712d1ee0b88cea3a3df659944444b4;p=thirdparty%2Flxc.git start: improve comments Signed-off-by: Christian Brauner --- diff --git a/src/lxc/start.c b/src/lxc/start.c index ea9e201f9..2a904a4db 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -167,11 +167,10 @@ static bool lxc_try_preserve_namespaces(struct lxc_handler *handler, continue; } - /* Do not fail to start container on kernels that do - * not support interacting with namespaces through - * /proc. + /* + * Handle kernels that do not support interacting with + * namespaces through procfs. */ - lxc_put_nsfds(handler); return log_error_errno(false, errno, "Failed to preserve %s namespace", ns); }