]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - multipath-tools/patches/0026-fix-checker-time.patch
multipath-tools: Strip to kpartx only
[people/stevee/ipfire-3.x.git] / multipath-tools / patches / 0026-fix-checker-time.patch
diff --git a/multipath-tools/patches/0026-fix-checker-time.patch b/multipath-tools/patches/0026-fix-checker-time.patch
deleted file mode 100644 (file)
index e05ef58..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
----
- multipathd/main.c |    7 +++----
- 1 file changed, 3 insertions(+), 4 deletions(-)
-
-Index: multipath-tools-130222/multipathd/main.c
-===================================================================
---- multipath-tools-130222.orig/multipathd/main.c
-+++ multipath-tools-130222/multipathd/main.c
-@@ -1226,11 +1226,10 @@ check_path (struct vectors * vecs, struc
-                                       pp->checkint = 2 * pp->checkint;
-                               else
-                                       pp->checkint = conf->max_checkint;
--
--                              pp->tick = pp->checkint;
--                              condlog(4, "%s: delay next check %is",
--                                      pp->dev_t, pp->tick);
-                       }
-+                      pp->tick = pp->checkint;
-+                      condlog(4, "%s: delay next check %is",
-+                              pp->dev_t, pp->tick);
-               }
-       }
-       else if (newstate == PATH_DOWN) {