summaryrefslogtreecommitdiffstats
path: root/api/src/glfs.h
diff options
context:
space:
mode:
authorSoumya Koduri <skoduri@redhat.com>2017-10-13 20:15:55 +0530
committerNiels de Vos <ndevos@redhat.com>2017-10-17 13:53:40 +0000
commit05b9dce1b503ab10efdb79a870b07d982cb5a823 (patch)
tree817b481115489317271c3ebe40b91c08d35288df /api/src/glfs.h
parent4f3c680ed8350496e18de127064be816388dafdd (diff)
gfapi: update symbol version of glfd_set_lk_owner to 3.10.7
To be able to backport the API glfd_set_lk_owner() to existing stable (3.10, 3.12) releases, change its symbol version to 3.10.7 (upcoming 3.10 release). Also sticking to the norms of the gfapi library, changing the routine name to glfs_fd_set_lkowner() BUG: 1499641 Change-Id: I43d002a24f493770a3daa774dbda2b7ea6d49e37 Signed-off-by: Soumya Koduri <skoduri@redhat.com>
Diffstat (limited to 'api/src/glfs.h')
-rw-r--r--api/src/glfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/src/glfs.h b/api/src/glfs.h
index acf63c32655..ec3258d083a 100644
--- a/api/src/glfs.h
+++ b/api/src/glfs.h
@@ -881,8 +881,8 @@ glfs_xreaddirplus_r (struct glfs_fd *glfd, uint32_t flags,
* 0: SUCCESS
* -1: FAILURE
*/
-int glfd_set_lk_owner (glfs_fd_t *glfd, void *data, int len);
- GFAPI_PUBLIC(glfd_set_lk_owner, 3.13.0);
+int glfs_fd_set_lkowner (glfs_fd_t *glfd, void *data, int len);
+ GFAPI_PUBLIC(glfs_fd_set_lkowner, 3.10.7);
__END_DECLS
#endif /* !_GLFS_H */