On Wed, 2024-07-17 at 14:10 -0400, Benjamin Marzinski wrote: > In ev_remove_path() it was possible to exit after calling setup_map() > without resyncing the mpp state with the kernel. This meant that the > mpp state in multipathd might not match with the kernel state at all. > > It's safe to exit before calling setup_map() if either wait_for_udev > or need_do_map is set. Nit: I think you mean "need_do_map is not set" here. At least that's what you've coded. Just for clarification. Martin