All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] multipath-tools fixes
@ 2024-11-25 14:32 Martin Wilck
  2024-11-25 14:32 ` [PATCH 1/3] libmultipath: fix handling of pp->pgindex Martin Wilck
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Martin Wilck @ 2024-11-25 14:32 UTC (permalink / raw)
  To: Christophe Varoqui, Benjamin Marzinski; +Cc: dm-devel, Martin Wilck

The first patch is an attempt to fix
https://github.com/opensvc/multipath-tools/issues/105.
The second fixes an issue that occured to me while working on the first one.
The third is a minor cleanup.

Martin Wilck (3):
  libmultipath: fix handling of pp->pgindex
  libmultipath: pgcmp(): compare number of paths
  libmultipath: move pathcmp() to configure.c

 libmultipath/configure.c   | 20 ++++++++++++++++++++
 libmultipath/pgpolicies.c  |  6 ++++++
 libmultipath/structs.c     | 31 +++++++++++--------------------
 libmultipath/structs.h     |  1 -
 libmultipath/structs_vec.c |  8 ++++++++
 5 files changed, 45 insertions(+), 21 deletions(-)

-- 
2.47.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-11-26 17:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-25 14:32 [PATCH 0/3] multipath-tools fixes Martin Wilck
2024-11-25 14:32 ` [PATCH 1/3] libmultipath: fix handling of pp->pgindex Martin Wilck
2024-11-25 20:31   ` Benjamin Marzinski
2024-11-26 11:12     ` Martin Wilck
2024-11-26 17:41       ` Benjamin Marzinski
2024-11-25 14:32 ` [PATCH 2/3] libmultipath: pgcmp(): compare number of paths Martin Wilck
2024-11-25 21:06   ` Benjamin Marzinski
2024-11-26 11:15     ` Martin Wilck
2024-11-26 11:17       ` Martin Wilck
2024-11-26 17:43       ` Benjamin Marzinski
2024-11-25 14:32 ` [PATCH 3/3] libmultipath: move pathcmp() to configure.c Martin Wilck

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.