Skip to content

Commit

Permalink
librmdacm: Remove not exported symbols from linker map
Browse files Browse the repository at this point in the history
[ Upstream commit 826fa23 ]

rdma_get_local_addr and rdma_get_peer_addr are not exported
as they are static inline, remove them from the version script.

Fixes: 01e93a4 ("rdmacm: Flatten librdmacm/src,include into librdmacm/")
Signed-off-by: Konstantin Belousov <[email protected]>
Signed-off-by: Leon Romanovsky <[email protected]>
Signed-off-by: Nicolas Morey <[email protected]>
  • Loading branch information
rleon authored and nmorey committed Aug 4, 2023
1 parent 47523b2 commit 9521edc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions librdmacm/librdmacm.map
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ RDMACM_1.0 {
rdma_free_devices;
rdma_event_str;
rdma_set_option;
rdma_get_local_addr;
rdma_get_peer_addr;
rdma_migrate_id;
rdma_getaddrinfo;
rdma_freeaddrinfo;
Expand Down

0 comments on commit 9521edc

Please sign in to comment.