Already sent to list and approved by Pavel in: https://lists.openvz.org/pipermail/devel/2026-May/083716.html
On 6/2/26 11:10 PM, Vladimir Riabchun wrote:
Drop unused label. https://virtuozzo.atlassian.net/browse/VSTOR-130116 Feature: !CONFIG_VE build Signed-off-by: Vladimir Riabchun <[email protected]> --- net/core/net_namespace.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/core/net_namespace.c b/net/core/net_namespace.c index a4d91cccaaa4..b3d54cad984a 100644 --- a/net/core/net_namespace.c +++ b/net/core/net_namespace.c @@ -561,7 +561,6 @@ struct net *copy_net_ns(unsigned long flags, #ifdef CONFIG_VE put_ve(net->owner_ve); #endif -put_userns: #ifdef CONFIG_KEYS key_remove_domain(net->key_domain); #endif
-- Best regards, Vasileios Almpanis Software Developer, Virtuozzo. _______________________________________________ Devel mailing list [email protected] https://lists.openvz.org/mailman/listinfo/devel
