On Wed, 2021-09-15 at 19:01 -0500, Benjamin Marzinski wrote:
> On Fri, Sep 10, 2021 at 01:40:57PM +0200, mwi...@suse.com wrote:
> > From: Martin Wilck
> >
> > Modify set_handler_callback() such that a missing slot is created
> > if no matching slot is found. This way, we can skip the
> > initiali
On Fri, Sep 10, 2021 at 01:40:57PM +0200, mwi...@suse.com wrote:
> From: Martin Wilck
>
> Modify set_handler_callback() such that a missing slot is created
> if no matching slot is found. This way, we can skip the initialization
> with NULL handlers on startup.
>
> Signed-off-by: Martin Wilck
>
From: Martin Wilck
Modify set_handler_callback() such that a missing slot is created
if no matching slot is found. This way, we can skip the initialization
with NULL handlers on startup.
Signed-off-by: Martin Wilck
---
multipathd/cli.c | 85 +++-
mul