[Devel] [PATCH RHEL10 COMMIT] fixup! ve/net: thread owning ve through copy_net_ns

Konstantin Khorenko khorenko at virtuozzo.com
Fri Jun 5 21:32:30 MSK 2026


The commit is pushed to "branch-rh10-6.12.0-55.52.1.5.x.vz10-ovz" and will appear at git at bitbucket.org:openvz/vzkernel.git
after rh10-6.12.0-55.52.1.5.29.vz10
------>
commit 5f24698b7686466e07b140cddd9b8c1448b7fc7e
Author: Vladimir Riabchun <vladimir.riabchun at virtuozzo.com>
Date:   Tue Jun 2 21:10:59 2026 +0000

    fixup! ve/net: thread owning ve through copy_net_ns
    
    Drop unused label.
    
    https://virtuozzo.atlassian.net/browse/VSTOR-130116
    
    Feature: !CONFIG_VE build
    Signed-off-by: Vladimir Riabchun <vladimir.riabchun at virtuozzo.com>
    Reviewed-by: Pavel Tikhomirov <ptikhomirov at virtuozzo.com>
---
 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 a4d91cccaaa49..b3d54cad984a9 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


More information about the Devel mailing list