All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Benjamin Marzinski" <bmarzins@redhat.com>
To: device-mapper development <dm-devel@redhat.com>
Cc: Martin Wilck <mwilck@suse.com>
Subject: [PATCH 3/6] multipath: there is no "none" path state
Date: Tue,  7 Nov 2017 18:15:13 -0600	[thread overview]
Message-ID: <1510100116-6206-4-git-send-email-bmarzins@redhat.com> (raw)
In-Reply-To: <1510100116-6206-1-git-send-email-bmarzins@redhat.com>

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

Signed-off-by: Benjamin Marzinski <bmarzins@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

  parent reply	other threads:[~2017-11-08  0:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-08  0:15 [PATCH 0/6] Misc patches Benjamin Marzinski
2017-11-08  0:15 ` [PATCH 1/6] mpathpersist: Fix invalid condition check Benjamin Marzinski
2017-11-08  0:15 ` [PATCH 2/6] multipath: add man page info for my prkey changes Benjamin Marzinski
2017-11-08  0:15 ` Benjamin Marzinski [this message]
2017-11-08  0:15 ` [PATCH 4/6] mutipath: updated Huawei storage config Benjamin Marzinski
2017-11-08  0:15 ` [PATCH 5/6] multipath: fix doc typo Benjamin Marzinski
2017-11-08  0:15 ` [PATCH 6/6] multipath: add "ghost_delay" parameter Benjamin Marzinski
2017-11-15 22:41   ` Christophe Varoqui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1510100116-6206-4-git-send-email-bmarzins@redhat.com \
    --to=bmarzins@redhat.com \
    --cc=dm-devel@redhat.com \
    --cc=mwilck@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.