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

    fixup! ve/module: export sysfs dentries in containers
    
    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/module/sysfs.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kernel/module/sysfs.c b/kernel/module/sysfs.c
index 8811ef4eb4dfd..e48568c2d35a0 100644
--- a/kernel/module/sysfs.c
+++ b/kernel/module/sysfs.c
@@ -421,7 +421,10 @@ static void module_sysfs_ve_fini(struct module *mod)
        (void) module_sysfs_hide_dir_ve(mod, NULL);
 }
 #else
-static __always_inline int module_sysfs_ve_init(struct module *mod) { }
+static __always_inline int module_sysfs_ve_init(struct module *mod)
+{
+       return 0;
+}
 static __always_inline void module_sysfs_ve_fini(struct module *mod) { }
 #endif
 
_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to