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/glfs-fops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/src/glfs-fops.c') 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) { -- cgit