On Tue, 2023-12-05 at 18:57 -0500, Benjamin Marzinski wrote: > The commands to show a multipath device are supposed to return its > current state without updating it. Even when reset is 0, > update_multipath() still can update the device. Call, > __setup_multipath() instead to just fetch the current state. > > Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> __setup_multipath() can still call remove_map_and_stop_waiter(), do we want to avoid that, too, maybe? Martin