summaryrefslogtreecommitdiffstats
path: root/api/src/gfapi.map
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2018-05-07 14:52:44 -0400
committerKaleb S. KEITHLEY <kkeithle@redhat.com>2018-05-10 11:15:18 -0400
commitb4ce5e090dee2afc9ed0c86456a54f76a2bb6563 (patch)
tree23b17e9b552b560a940b3ac84d4c39c67183c29d /api/src/gfapi.map
parente471c2a781f8e15e43fc6662d0a6430bd104bc34 (diff)
gfapi: various broken symbol versions
lots of breakage in symbol versions: symbols added in 4.1 incorrectly, and symbols added in 4.1 but labeled 4.0.0, and symbols added in 3.13 incorrectly Not noticed until someone tried to build 3.13.2 on FreeBSD 11.1, despite the fact that we build on FreeBSD 10.3 IIRC, somehow the 3.13 errors aren't a build error there. Note: in rereading the Ulrich Drepper write-up I noticed that when a symbol version is changed, you are supposed to leave the old symbol in its original section in addition to adding it to its new section. Adding back those symbols to their original sections. Reported-by: Roman Serbski <mefystofel@gmail.com> Change-Id: I9a883546d08e0847f7228d8ea5943bc54275b319 fixes: bz#1575716 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'api/src/gfapi.map')
-rw-r--r--api/src/gfapi.map22
1 files changed, 20 insertions, 2 deletions
diff --git a/api/src/gfapi.map b/api/src/gfapi.map
index 6fa0326d78a..29a25fbf2e4 100644
--- a/api/src/gfapi.map
+++ b/api/src/gfapi.map
@@ -73,6 +73,18 @@ GFAPI_3.4.0 {
glfs_fchdir;
glfs_posix_lock;
glfs_dup;
+ glfs_pread;
+ glfs_pwrite;
+ glfs_pread_async;
+ glfs_pwrite_async;
+ glfs_ftruncate;
+ glfs_ftruncate_async;
+ glfs_fsync;
+ glfs_fsync_async;
+ glfs_fdatasync;
+ glfs_fdatasync_async;
+ glfs_realpath;
+ glfs_h_lookupat;
} GFAPI_PRIVATE_3.4.0;
GFAPI_3.4.2 {
@@ -97,6 +109,7 @@ GFAPI_3.4.2 {
glfs_h_create_from_handle;
glfs_h_opendir;
glfs_h_open;
+ glfs_h_lookupat;
} GFAPI_3.4.0;
GFAPI_3.5.0 {
@@ -166,6 +179,7 @@ GFAPI_3.7.16 {
glfs_upcall_inode_get_pstat;
glfs_upcall_inode_get_oldpobject;
glfs_upcall_inode_get_oldpstat;
+ glfs_h_poll_upcall;
} GFAPI_3.7.15;
GFAPI_3.7.17 {
@@ -207,7 +221,10 @@ GFAPI_4.0.0 {
glfs_file_lock;
glfs_lease;
glfs_h_lease;
- glfs_recall_lease;
+} GFAPI_3.13.0;
+
+GFAPI_future {
+ global:
glfs_read_async;
glfs_write_async;
glfs_readv_async;
@@ -226,4 +243,5 @@ GFAPI_4.0.0 {
glfs_ftruncate_async;
glfs_discard_async;
glfs_zerofill_async;
-} GFAPI_3.13.0;
+} GFAPI_4.0.0;
+