diff options
| author | Soumya Koduri <skoduri@redhat.com> | 2019-09-18 16:32:08 +0530 |
|---|---|---|
| committer | Soumya Koduri <skoduri@redhat.com> | 2019-09-27 19:36:05 +0530 |
| commit | 257bb3d16b30e60116724e9e906f8d3ecddf313e (patch) | |
| tree | 92ee8c78a1568aa226df0c706de9360c142f38aa /api/src/glfs-handleops.c | |
| parent | 227713229a7bba19426186f1615fd891e4e52bb7 (diff) | |
gfapi: Update the version of 'glfs_h_creat_open'
Change-Id: I43eaa53a7b8d876640d225e011b56192bba57eed
Fixes: bz#1753569
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
Diffstat (limited to 'api/src/glfs-handleops.c')
| -rw-r--r-- | api/src/glfs-handleops.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
