[dm-devel] [PATCH 3/6] multipath: there is no "none" path state

Benjamin Marzinski bmarzins at redhat.com
Wed Nov 8 00:15:13 UTC 2017


There is a "none" path checker, but not a "none" path state.

Signed-off-by: Benjamin Marzinski <bmarzins at redhat.com>
---
 libmultipath/checkers.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libmultipath/checkers.c b/libmultipath/checkers.c
index cd6d6a3..94d8486 100644
--- a/libmultipath/checkers.c
+++ b/libmultipath/checkers.c
@@ -19,7 +19,6 @@ char *checker_state_names[] = {
 	"timeout",
 	"removed",
 	"delayed",
-	"none",
 };
 
 static LIST_HEAD(checkers);
-- 
2.7.4




More information about the dm-devel mailing list