gfapi: Cleanup alias file

2 extra symbols were in the alias file, that are not exported
this is cleaned up with this patch.

Change-Id: I1ab54b9fb6b0d455884fbbfd89820c60bb861e6f
Updates: bz#1193929
Signed-off-by: ShyamsundarR <srangana@redhat.com>
This commit is contained in:
ShyamsundarR 2018-09-14 12:06:28 -04:00 committed by Amar Tumballi
parent 956b4ad214
commit b4504eadd8
3 changed files with 1 additions and 7 deletions

View File

@ -168,8 +168,6 @@ _pub_glfs_file_lock _glfs_file_lock$GFAPI_4.0.0
_pub_glfs_lease _glfs_lease$GFAPI_4.0.0
_pub_glfs_h_lease _glfs_h_lease$GFAPI_4.0.0
_pub_glfs_recall_lease_fd _glfs_recall_lease_fd$GFAPI_future
_pub_glfs_recall_lease_upcall _glfs_recall_lease_upcall$GFAPI_future
_pub_glfs_read_async _glfs_read_async$GFAPI_future
_pub_glfs_write_async _glfs_write_async$GFAPI_future
_pub_glfs_readv_async _glfs_readv_async$GFAPI_future

View File

@ -5219,7 +5219,7 @@ out:
return ret;
}
int
static int
glfs_recall_lease_upcall(struct glfs *fs, struct glfs_upcall *up_arg,
struct gf_upcall *up_data)
{

View File

@ -590,10 +590,6 @@ glfs_free_from_ctx(struct glfs *fs) GFAPI_PRIVATE(glfs_free_from_ctx, 3.7.0);
int
glfs_recall_lease_fd(struct glfs *fs, struct gf_upcall *up_data);
int
glfs_recall_lease_upcall(struct glfs *fs, struct glfs_upcall *up_arg,
struct gf_upcall *up_data);
int
glfs_get_upcall_cache_invalidation(struct gf_upcall *to_up_data,
struct gf_upcall *from_up_data);