diff options
author | ShyamsundarR <srangana@redhat.com> | 2018-09-14 12:06:28 -0400 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-09-17 03:32:36 +0000 |
commit | b4504eadd839dc93dda46f3a5284858ae4c83bfc (patch) | |
tree | d367f4844fde13e7ee2667cc8971f97bef6c8c4a /api/src/glfs-fops.c | |
parent | 956b4ad214b46b1a1c89e5c120754081561aa930 (diff) |
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>
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 f6786845a4f..3996e38eb61 100644 --- a/api/src/glfs-fops.c +++ b/api/src/glfs-fops.c @@ -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) { |