From 9beaca55d7712d1ee0b88cea3a3df659944444b4 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sun, 14 Feb 2021 20:44:18 +0100 Subject: [PATCH] start: improve comments Signed-off-by: Christian Brauner --- src/lxc/start.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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); } -- 2.47.2