diff options
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) { |