Blob Blame History Raw
From 35886d48bd8d9e0d591154d0ad46c2a8067aa2c1 Mon Sep 17 00:00:00 2001
From: Niels de Vos <ndevos@redhat.com>
Date: Fri, 18 Nov 2016 14:47:20 +0100
Subject: [PATCH 187/206] gfapi/upcall: Fix mismatch in few upcall API SYMVER

There is mismatch in few of the upcall API routine
definitions and their corresponding symbol version
declarations. Fixed the same.

> Change-Id: I2edfd9546a4c6a9128757f3b68e3ae4edd2c7a79
> BUG: 1344714
> Signed-off-by: Soumya Koduri <skoduri@redhat.com>
> Reviewed-on: http://review.gluster.org/15760
> Smoke: Gluster Build System <jenkins@build.gluster.org>
> Reviewed-by: jiffin tony Thottan <jthottan@redhat.com>
> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
> Tested-by: Kaleb KEITHLEY <kkeithle@redhat.com>
> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
> CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
> (cherry picked from commit 5b453380b15f34c0841f453a02fdabc46ad2f7ef)

Cherry picked from commit a125687227662a37ba7d0098bf086fc10ce6ad6f:
> Change-Id: Ifa57114dbe788ad71f57faccd45c1f55e86ee6ad
> BUG: 1347717
> Signed-off-by: Soumya Koduri <skoduri@redhat.com>
> Reviewed-on: http://review.gluster.org/15775
> Smoke: Gluster Build System <jenkins@build.gluster.org>
> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
> CentOS-regression: Gluster Build System <jenkins@build.gluster.org>

Change-Id: Ifa57114dbe788ad71f57faccd45c1f55e86ee6ad
BUG: 1386635
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Reviewed-on: https://code.engineering.redhat.com/gerrit/90580
Reviewed-by: Soumya Koduri <skoduri@redhat.com>
Tested-by: Soumya Koduri <skoduri@redhat.com>
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
---
 api/src/glfs.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/api/src/glfs.c b/api/src/glfs.c
index 1f394a2..ef713f9 100644
--- a/api/src/glfs.c
+++ b/api/src/glfs.c
@@ -1395,18 +1395,18 @@ pub_glfs_upcall_inode_get_pstat (struct glfs_upcall_inode *arg)
 {
         return &arg->p_buf;
 }
-GFAPI_SYMVER_PUBLIC_DEFAULT(glfs_upcall_get_pstat, 3.7.16);
+GFAPI_SYMVER_PUBLIC_DEFAULT(glfs_upcall_inode_get_pstat, 3.7.16);
 
 struct glfs_object*
 pub_glfs_upcall_inode_get_oldpobject (struct glfs_upcall_inode *arg)
 {
         return arg->oldp_object;
 }
-GFAPI_SYMVER_PUBLIC_DEFAULT(glfs_upcall_get_oldpobject, 3.7.16);
+GFAPI_SYMVER_PUBLIC_DEFAULT(glfs_upcall_inode_get_oldpobject, 3.7.16);
 
 struct stat*
 pub_glfs_upcall_inode_get_oldpstat (struct glfs_upcall_inode *arg)
 {
         return &arg->oldp_buf;
 }
-GFAPI_SYMVER_PUBLIC_DEFAULT(glfs_upcall_get_oldpstat, 3.7.16);
+GFAPI_SYMVER_PUBLIC_DEFAULT(glfs_upcall_inode_get_oldpstat, 3.7.16);
-- 
2.9.3