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/glfs-fops.c | |
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/glfs-fops.c')
-rw-r--r-- | api/src/glfs-fops.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |