dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [dm-devel] [PATCH] libmultipath.version: adapt to changes in remove_map
@ 2021-09-03  9:36 mwilck
  0 siblings, 0 replies; only message in thread
From: mwilck @ 2021-09-03  9:36 UTC (permalink / raw)
  To: Christophe Varoqui, Benjamin Marzinski; +Cc: dm-devel, Martin Wilck

From: Martin Wilck <mwilck@suse.com>

The patch "libmultipath: drop unnecessary parameter from remove_map()"
changed the parameter list of remove_map().

Signed-off-by: Martin Wilck <mwilck@suse.com>
---
 libmultipath/libmultipath.version | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/libmultipath/libmultipath.version b/libmultipath/libmultipath.version
index 7b48265..a5524a3 100644
--- a/libmultipath/libmultipath.version
+++ b/libmultipath/libmultipath.version
@@ -142,8 +142,6 @@ global:
 	recv_packet_from_client;
 	reinstate_paths;
 	remember_wwid;
-	remove_map;
-	remove_map_by_alias;
 	remove_maps;
 	remove_wwid;
 	replace_wwids;
@@ -270,6 +268,7 @@ global:
 
 	/* added in 7.0.0 */
 	cleanup_charp;
+
 local:
 	*;
 };
@@ -290,3 +289,9 @@ LIBMULTIPATH_8.2.0 {
 global:
 	check_daemon;
 } LIBMULTIPATH_8.1.0;
+
+LIBMULTIPATH_9.0.0 {
+global:
+	remove_map;
+	remove_map_by_alias;
+} LIBMULTIPATH_8.2.0;
-- 
2.33.0


--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-03  9:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-03  9:36 [dm-devel] [PATCH] libmultipath.version: adapt to changes in remove_map mwilck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).