The commit is pushed to "branch-rh10-6.12.0-55.52.1.5.x.vz10-ovz" and will 
appear at [email protected]:openvz/vzkernel.git
after rh10-6.12.0-55.52.1.5.29.vz10
------>
commit 2ac4f37a2a6329937cba9b1a0963df24fe4ecfff
Author: Vladimir Riabchun <[email protected]>
Date:   Tue Jun 2 21:10:42 2026 +0000

    fixup! ve/cgroup: Set release_agent_path for root cgroups separately
    
    Unused get_ve result in cgroup_release_agent_write.
    
    https://virtuozzo.atlassian.net/browse/VSTOR-130116
    
    Feature: !CONFIG_VE build
    Signed-off-by: Vladimir Riabchun <[email protected]>
    Reviewed-by: Vasileios Almpanis <[email protected]>
---
 kernel/cgroup/cgroup-v1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cgroup/cgroup-v1.c b/kernel/cgroup/cgroup-v1.c
index 79f1130a6591d..b39884f564a1b 100644
--- a/kernel/cgroup/cgroup-v1.c
+++ b/kernel/cgroup/cgroup-v1.c
@@ -586,7 +586,7 @@ static ssize_t cgroup_release_agent_write(struct 
kernfs_open_file *of,
                if (root_cgrp == cgrp)
                        ve = rcu_dereference(root_cgrp->ve_owner);
        }
-       get_ve(ve);
+       (void) get_ve(ve);
        rcu_read_unlock();
 
        if (ve) {
_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to