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:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user