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

    fixup! fsopen/devmnt/fs_context: Add vz devmnt feature support to fs_context
    
    https://virtuozzo.atlassian.net/browse/VSTOR-130116
    
    Feature: !CONFIG_VE build
    Signed-off-by: Vladimir Riabchun <[email protected]>
    Reviewed-by: Vasileios Almpanis <[email protected]>
---
 fs/fsopen.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/fs/fsopen.c b/fs/fsopen.c
index 092036549ca56..bbce6984d3df0 100644
--- a/fs/fsopen.c
+++ b/fs/fsopen.c
@@ -223,9 +223,8 @@ static int fscontext_finalize_lazy_opts(struct fs_context 
*fc)
                if (ret)
                        return ret;
        }
-
-       return 0;
 #endif
+       return 0;
 }
 
 static int vfs_cmd_create(struct fs_context *fc, bool exclusive)
_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to