https://virtuozzo.atlassian.net/browse/VSTOR-130116
Feature: !CONFIG_VE build Signed-off-by: Vladimir Riabchun <[email protected]> --- fs/fsopen.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/fsopen.c b/fs/fsopen.c index 092036549ca5..bbce6984d3df 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) -- 2.43.0 _______________________________________________ Devel mailing list [email protected] https://lists.openvz.org/mailman/listinfo/devel
