From 257bb3d16b30e60116724e9e906f8d3ecddf313e Mon Sep 17 00:00:00 2001 From: Soumya Koduri Date: Wed, 18 Sep 2019 16:32:08 +0530 Subject: gfapi: Update the version of 'glfs_h_creat_open' Change-Id: I43eaa53a7b8d876640d225e011b56192bba57eed Fixes: bz#1753569 Signed-off-by: Soumya Koduri --- api/src/glfs-handleops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/src/glfs-handleops.c') diff --git a/api/src/glfs-handleops.c b/api/src/glfs-handleops.c index 8f82a5cc7f1..cdf368379d6 100644 --- a/api/src/glfs-handleops.c +++ b/api/src/glfs-handleops.c @@ -975,7 +975,7 @@ invalid_fs: return object; } -GFAPI_SYMVER_PUBLIC_DEFAULT(glfs_h_creat_open, FUTURE); +GFAPI_SYMVER_PUBLIC_DEFAULT(glfs_h_creat_open, 6.6); struct glfs_object * pub_glfs_h_mkdir(struct glfs *fs, struct glfs_object *parent, const char *path, -- cgit