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

    fixup! ve/proc/stat: Wire virtualized /proc/stat handler
    
    https://virtuozzo.atlassian.net/browse/VSTOR-130116
    
    Feature: !CONFIG_VE build
    Signed-off-by: Vladimir Riabchun <[email protected]>
    Reviewed-by: Vasileios Almpanis <[email protected]>
---
 include/linux/sched.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index 72d17528fa8fe..6db756a6fdb22 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -2267,7 +2267,7 @@ static int cpu_cgroup_proc_stat_show(struct seq_file *sf, 
void *v)
 {
        return 0;
 }
-int cpu_cgroup_proc_stat(struct cgroup_subsys_state *cpu_css,
+static inline int cpu_cgroup_proc_stat(struct cgroup_subsys_state *cpu_css,
                         struct cgroup_subsys_state *cpuacct_css,
                         struct seq_file *p)
 {
_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to