diff options
author | ShyamsundarR <srangana@redhat.com> | 2018-09-14 12:06:28 -0400 |
---|---|---|
committer | Shyamsundar Ranganathan <srangana@redhat.com> | 2018-09-17 19:29:37 +0000 |
commit | f4594a3c88cb0a76e260010d57632dc1c718fd5f (patch) | |
tree | c1233d258e3a0acccf1d83732afa436feddd035c /api/src | |
parent | c1314445cf008cf78a2157cb425bee836de5594c (diff) |
gfapi: Cleanup alias filev5.0rc0
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 <srangana@redhat.com>
Diffstat (limited to 'api/src')
-rw-r--r-- | api/src/gfapi.aliases | 3 | ||||
-rw-r--r-- | api/src/glfs-fops.c | 2 | ||||
-rw-r--r-- | api/src/glfs-internal.h | 4 |
3 files changed, 1 insertions, 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 @@ -591,10 +591,6 @@ 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); int |