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 -- 2.47.1 _______________________________________________ Devel mailing list [email protected] https://lists.openvz.org/mailman/listinfo/devel
