On Sat, 2024-07-13 at 02:04 -0400, Benjamin Marzinski wrote: > Reorder the path state checks in check_path(), so that it first does > all the checks which can result in returning with the path unchecked > or > removed from the multipath device. > > Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> This will move the code in question to after the call to update_multipath_strings(). But that logic is modified in the next patch anyway, so Reviewed-by: Martin Wilck <mwilck@xxxxxxxx>