From 76f5061e1fe3c4602ab4f2c935c061a96e60825c Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 17 Oct 2016 11:58:30 +0200 Subject: gfapi: add glfs_free() to glfs.h Commit 4721188a154acd9a0a4c096d8d73e97f3bf1b2a9 introduces glfs_free() but missed adding the function to the header. The symbol is correctly available in the library though. Testcases do not seem to fail when a function is missing for the headers... The glusterfs-3.7.16 packages have been released with the missing declaration in the header and symbol-maps. Still, the function is available for applications: $ objdump -T usr/lib64/libgfapi.so.0 | grep -w glfs_free 0000000000006aa0 g DF .text 0000000000000035 GFAPI_3.7.16 glfs_free Cherry picked from commit 5ab0b43ce67d8d131242542a80b6aa6b129ed5ee: > Change-Id: Ia707ee957f090dbfca028192fcc81a83dfdf4ae0 > BUG: 1344714 > Reported-by: Jiffin Tony Thottan > Signed-off-by: Niels de Vos > Reviewed-on: http://review.gluster.org/15653 > CentOS-regression: Gluster Build System > Smoke: Gluster Build System > Reviewed-by: jiffin tony Thottan > NetBSD-regression: NetBSD Build System Change-Id: Ia707ee957f090dbfca028192fcc81a83dfdf4ae0 BUG: 1397506 Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/15907 Reviewed-by: soumya k Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System --- api/src/gfapi.map | 1 + 1 file changed, 1 insertion(+) (limited to 'api/src/gfapi.map') diff --git a/api/src/gfapi.map b/api/src/gfapi.map index f7c0918fb13..7d2f0227912 100644 --- a/api/src/gfapi.map +++ b/api/src/gfapi.map @@ -175,6 +175,7 @@ GFAPI_3.7.15 { GFAPI_3.7.16 { global: + glfs_free; glfs_upcall_get_fs; glfs_upcall_get_reason; glfs_upcall_inode_get_event; -- cgit