[Devel] [RFC 09/54] fsopen: fix CONFIG_VE=n build

Eva Kurchatova eva.kurchatova at virtuozzo.com
Wed Apr 29 22:58:09 MSK 2026


Signed-off-by: Eva Kurchatova <eva.kurchatova at virtuozzo.com>
---
 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.54.0



More information about the Devel mailing list