ef9089f4e8
Update to the head of the upstream staging branch * Patches 0005-0042 are from the upstream staging branch * Previous patches 0005 & 0006 are now patches 0023 & 0005 Rename redhat patches * Previous patches 0007-0017 are now patches 0043-0053 Change from using readline to libedit * readline is licensed GPL v3, and multipathd includes code licensed gpl v2. Remove README.alua * information moved to README.md
44 lines
1.1 KiB
Diff
44 lines
1.1 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Martin Wilck <mwilck@suse.com>
|
|
Date: Wed, 6 Jul 2022 12:45:33 +0200
|
|
Subject: [PATCH] libmultipath.version: bump version for sysfs accessors
|
|
|
|
Formally, the ABI is still the same, but the semantics of the
|
|
return value have changed.
|
|
|
|
Signed-off-by: Martin Wilck <mwilck@suse.com>
|
|
|
|
Reviewed-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
libmultipath/libmultipath.version | 8 ++++++--
|
|
1 file changed, 6 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/libmultipath/libmultipath.version b/libmultipath/libmultipath.version
|
|
index b3690ac0..c1d9b156 100644
|
|
--- a/libmultipath/libmultipath.version
|
|
+++ b/libmultipath/libmultipath.version
|
|
@@ -207,7 +207,6 @@ global:
|
|
strchop;
|
|
strlcpy;
|
|
sync_map_state;
|
|
- sysfs_attr_set_value;
|
|
sysfs_get_size;
|
|
sysfs_is_multipathed;
|
|
timespeccmp;
|
|
@@ -264,8 +263,13 @@ global:
|
|
|
|
/* foreign */
|
|
free_scandir_result;
|
|
- sysfs_attr_get_value;
|
|
|
|
local:
|
|
*;
|
|
};
|
|
+
|
|
+LIBMULTIPATH_16.0.0 {
|
|
+global:
|
|
+ sysfs_attr_set_value;
|
|
+ sysfs_attr_get_value;
|
|
+};
|