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 b74c4c813e5d9629996daaa98fb868be8cfbcd93
Author: Vladimir Riabchun <[email protected]>
Date:   Tue Jun 2 21:10:58 2026 +0000

    fixup! ve: Add ve cgroup and ve_hook subsys
    
    Make stub argument name correspond to type and other prototypes.
    
    https://virtuozzo.atlassian.net/browse/VSTOR-130116
    
    Feature: !CONFIG_VE build
    Signed-off-by: Pavel Tikhomirov <[email protected]>
    
    Signed-off-by: Vladimir Riabchun <[email protected]>
    Reviewed-by: Vasileios Almpanis <[email protected]>
---
 include/linux/ve_proto.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/ve_proto.h b/include/linux/ve_proto.h
index e63ab8ed3c59c..5c784257ad4ac 100644
--- a/include/linux/ve_proto.h
+++ b/include/linux/ve_proto.h
@@ -77,7 +77,7 @@ extern int nr_threads_ve(struct ve_struct *ve);
 #else /* CONFIG_VE */
 #include <linux/sched/stat.h>
 #define ve_hook_register(ch, vh)       do { } while (0)
-#define ve_hook_unregister(ve)         do { } while (0)
+#define ve_hook_unregister(vh)         do { } while (0)
 
 static inline struct ve_struct *get_ve0(void)
 {
_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to