All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Marzinski <bmarzins@redhat.com>
To: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>,
	Martin Wilck <Martin.Wilck@suse.com>
Subject: [dm-devel] [PATCH v2 2/4] multipathd: remove reconfigure from header file.
Date: Wed, 17 Nov 2021 14:33:35 -0600	[thread overview]
Message-ID: <1637181217-4423-3-git-send-email-bmarzins@redhat.com> (raw)
In-Reply-To: <1637181217-4423-1-git-send-email-bmarzins@redhat.com>

Only multipathd/main.c uses it.

Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
Reviewed-by: Martin Wilck <mwilck@suse.com>
---
 multipathd/main.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/multipathd/main.h b/multipathd/main.h
index 23ce919e..a1697a74 100644
--- a/multipathd/main.h
+++ b/multipathd/main.h
@@ -39,7 +39,6 @@ enum daemon_status wait_for_state_change_if(enum daemon_status oldstate,
 					    unsigned long ms);
 void schedule_reconfigure(void);
 int need_to_delay_reconfig (struct vectors *);
-int reconfigure (struct vectors *);
 int ev_add_path (struct path *, struct vectors *, int);
 int ev_remove_path (struct path *, struct vectors *, int);
 int ev_add_map (char *, const char *, struct vectors *);
-- 
2.17.2

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


  parent reply	other threads:[~2021-11-17 20:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-17 20:33 [dm-devel] [PATCH v2 0/4] Add "reconfigure all" multipath command Benjamin Marzinski
2021-11-17 20:33 ` [dm-devel] [PATCH v2 1/4] multipathd: move delayed_reconfig out of struct config Benjamin Marzinski
2021-11-17 20:33 ` Benjamin Marzinski [this message]
2021-11-17 20:33 ` [dm-devel] [PATCH v2 3/4] multipathd: pass in the type of reconfigure Benjamin Marzinski
2021-11-17 20:33 ` [dm-devel] [PATCH v2 4/4] multipathd: add "reconfigure all" command Benjamin Marzinski
2021-11-17 20:50 ` [dm-devel] [PATCH v2 0/4] Add "reconfigure all" multipath command Martin Wilck
2021-11-17 20:55   ` Benjamin Marzinski
2021-11-17 22:37   ` Benjamin Marzinski
2021-11-18 15:22     ` Martin Wilck
  -- strict thread matches above, loose matches on Subject: below --
2021-10-06 19:25 Benjamin Marzinski
2021-10-06 19:25 ` [dm-devel] [PATCH v2 2/4] multipathd: remove reconfigure from header file Benjamin Marzinski

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=1637181217-4423-3-git-send-email-bmarzins@redhat.com \
    --to=bmarzins@redhat.com \
    --cc=Martin.Wilck@suse.com \
    --cc=christophe.varoqui@opensvc.com \
    --cc=dm-devel@redhat.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.