mbox series

[0/3] multipath-tools fixes

Message ID 20241125143224.51934-1-mwilck@suse.com (mailing list archive)
Headers show
Series multipath-tools fixes | expand

Message

Martin Wilck Nov. 25, 2024, 2:32 p.m. UTC
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(-)