summaryrefslogtreecommitdiffstats
path: root/0046-RHBZ-593426-move-adopt-path.patch
diff options
context:
space:
mode:
Diffstat (limited to '0046-RHBZ-593426-move-adopt-path.patch')
-rw-r--r--0046-RHBZ-593426-move-adopt-path.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/0046-RHBZ-593426-move-adopt-path.patch b/0046-RHBZ-593426-move-adopt-path.patch
deleted file mode 100644
index 5a3c7b6..0000000
--- a/0046-RHBZ-593426-move-adopt-path.patch
+++ /dev/null
@@ -1,24 +0,0 @@
----
- libmultipath/structs_vec.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: multipath-tools/libmultipath/structs_vec.c
-===================================================================
---- multipath-tools.orig/libmultipath/structs_vec.c
-+++ multipath-tools/libmultipath/structs_vec.c
-@@ -355,7 +355,6 @@ retry:
- goto out;
- }
-
-- adopt_paths(vecs->pathvec, mpp);
- if (!mpp->hwe)
- mpp->hwe = extract_hwe_from_path(mpp);
- if (!mpp->hwe) {
-@@ -498,6 +497,7 @@ int update_multipath (struct vectors *ve
- if (setup_multipath(vecs, mpp))
- return 1; /* mpp freed in setup_multipath */
-
-+ adopt_paths(vecs->pathvec, mpp);
- /*
- * compare checkers states with DM states
- */