From 06b3a2f6f06697e6870b131dce1f3f7422d549d1 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 17 Feb 2023 14:58:22 +0900 Subject: core/namespace: drop unused field in NamespaceInfo --- src/core/execute.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/execute.c') diff --git a/src/core/execute.c b/src/core/execute.c index 9bfeacfb62..1ed81a5c6d 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -3591,7 +3591,6 @@ static int apply_mount_namespace( .protect_kernel_logs = context->protect_kernel_logs, .protect_hostname = context->protect_hostname, .mount_apivfs = exec_context_get_effective_mount_apivfs(context), - .private_mounts = context->private_mounts, .protect_home = context->protect_home, .protect_system = context->protect_system, .protect_proc = context->protect_proc, -- cgit v1.2.1