From 05b9dce1b503ab10efdb79a870b07d982cb5a823 Mon Sep 17 00:00:00 2001 From: Soumya Koduri Date: Fri, 13 Oct 2017 20:15:55 +0530 Subject: 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 --- api/src/glfs-fops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/src/glfs-fops.c') diff --git a/api/src/glfs-fops.c b/api/src/glfs-fops.c index f47ef625613..8d1ee9de1d7 100644 --- a/api/src/glfs-fops.c +++ b/api/src/glfs-fops.c @@ -4309,7 +4309,7 @@ invalid_fs: GFAPI_SYMVER_PUBLIC_DEFAULT(glfs_posix_lock, 3.4.0); int -pub_glfd_set_lk_owner (glfs_fd_t *glfd, void *data, int len) +pub_glfs_fd_set_lkowner (glfs_fd_t *glfd, void *data, int len) { int ret = -1; @@ -4344,7 +4344,7 @@ out: invalid_fs: return ret; } -GFAPI_SYMVER_PUBLIC_DEFAULT(glfd_set_lk_owner, 3.13.0); +GFAPI_SYMVER_PUBLIC_DEFAULT(glfs_fd_set_lkowner, 3.10.7); struct glfs_fd * pub_glfs_dup (struct glfs_fd *glfd) -- cgit