mbox series

[v2,0/2] Fix auto resize code

Message ID 20240117011912.18710-1-bmarzins@redhat.com (mailing list archive)
Headers show
Series Fix auto resize code | expand

Message

Benjamin Marzinski Jan. 17, 2024, 1:19 a.m. UTC
Fix two bugs in my auto-resize feature.

changes from v1 (based on suggestions from Martin Wilck):
0002: Explicitly set the default values of auto_resize

Benjamin Marzinski (2):
  multipathd: fix null pointer dereference in uev_update_path
  multipathd: fix auto-resize configuration

 libmultipath/config.c  | 1 +
 libmultipath/structs.h | 1 -
 multipathd/main.c      | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

Comments

Martin Wilck Jan. 17, 2024, 8:08 p.m. UTC | #1
On Tue, 2024-01-16 at 20:19 -0500, Benjamin Marzinski wrote:
> Fix two bugs in my auto-resize feature.
> 
> changes from v1 (based on suggestions from Martin Wilck):
> 0002: Explicitly set the default values of auto_resize
> 
> Benjamin Marzinski (2):
>   multipathd: fix null pointer dereference in uev_update_path
>   multipathd: fix auto-resize configuration
> 
>  libmultipath/config.c  | 1 +
>  libmultipath/structs.h | 1 -
>  multipathd/main.c      | 2 +-
>  3 files changed, 2 insertions(+), 2 deletions(-)
> 

For the series:
Reviewed-by: Martin Wilck <mwilck@suse.com>