1
0
mirror of https://github.com/gluster/glusterfs.git synced 2026-02-05 15:48:40 +01:00

gfapi: Update the version of 'glfs_h_creat_open'

Change-Id: I43eaa53a7b8d876640d225e011b56192bba57eed
Fixes: bz#1753569
Signed-off-by: Soumya Koduri <skoduri@redhat.com>
This commit is contained in:
Soumya Koduri
2019-09-18 16:32:08 +05:30
parent 227713229a
commit 257bb3d16b
4 changed files with 9 additions and 9 deletions

View File

@@ -198,4 +198,4 @@ _pub_glfs_setattr _glfs_setattr$GFAPI_6.0
_pub_glfs_set_statedump_path _glfs_set_statedump_path@GFAPI_7.0
_pub_glfs_h_creat_open _glfs_h_creat_open@GFAPI_FUTURE
_pub_glfs_h_creat_open _glfs_h_creat_open@GFAPI_6.6

View File

@@ -272,12 +272,12 @@ GFAPI_PRIVATE_6.1 {
glfs_setfspid;
} GFAPI_6.0;
GFAPI_6.6 {
global:
glfs_h_creat_open;
} GFAPI_PRIVATE_6.1;
GFAPI_7.0 {
global:
glfs_set_statedump_path;
} GFAPI_PRIVATE_6.1;
GFAPI_FUTURE {
global:
glfs_h_creat_open;
} GFAPI_7.0;
} GFAPI_6.6;

View File

@@ -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,

View File

@@ -254,7 +254,7 @@ struct glfs_object *
glfs_h_creat_open(struct glfs *fs, struct glfs_object *parent, const char *path,
int flags, mode_t mode, struct stat *stat,
struct glfs_fd **out_fd) __THROW
GFAPI_PUBLIC(glfs_h_creat_open, FUTURE);
GFAPI_PUBLIC(glfs_h_creat_open, 6.6);
/*
SYNOPSIS