From f4594a3c88cb0a76e260010d57632dc1c718fd5f Mon Sep 17 00:00:00 2001 From: ShyamsundarR Date: Fri, 14 Sep 2018 12:06:28 -0400 Subject: 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#1629877 Signed-off-by: ShyamsundarR --- api/src/gfapi.aliases | 3 --- api/src/glfs-fops.c | 2 +- api/src/glfs-internal.h | 4 ---- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/api/src/gfapi.aliases b/api/src/gfapi.aliases index 9e097835a71..79f7e0fcb42 100644 --- a/api/src/gfapi.aliases +++ b/api/src/gfapi.aliases @@ -175,6 +175,3 @@ _pub_glfs_setfsleaseid _glfs_setfsleaseid$GFAPI_4.0.0 _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 diff --git a/api/src/glfs-fops.c b/api/src/glfs-fops.c index 574e341f57d..9f61e41629c 100644 --- a/api/src/glfs-fops.c +++ b/api/src/glfs-fops.c @@ -4788,7 +4788,7 @@ out: return ret; } -int +static int glfs_recall_lease_upcall(struct glfs *fs, struct glfs_upcall *up_arg, struct gf_upcall *up_data) { diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h index 200148e3774..a8d5c59e209 100644 --- a/api/src/glfs-internal.h +++ b/api/src/glfs-internal.h @@ -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); -- cgit