[Devel] [PATCH RHEL10 COMMIT] fixup! ve: Add ve cgroup and ve_hook subsys
Konstantin Khorenko
khorenko at virtuozzo.com
Fri Jun 5 21:32:28 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 b74c4c813e5d9629996daaa98fb868be8cfbcd93
Author: Vladimir Riabchun <vladimir.riabchun at virtuozzo.com>
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 <ptikhomirov at virtuozzo.com>
Signed-off-by: Vladimir Riabchun <vladimir.riabchun at virtuozzo.com>
Reviewed-by: Vasileios Almpanis <vasileios.almpanis at virtuozzo.com>
---
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)
{
More information about the Devel
mailing list