Re: [dm-devel] [PATCH v3 6/6] multipathd: don't rescan_path on wwid change in uev_update_path

2021-05-14 Thread Martin Wilck
On Fri, 2021-05-14 at 15:11 -0500, Benjamin Marzinski wrote: > If get_uid() is returning a different wwid in uev_update_path(), then > the uid_attribute must have already gotten updated, which was the > purpose behind calling rescan_path() in the first place. > > Signed-off-by: Benjamin Marzinski

[dm-devel] [PATCH v3 6/6] multipathd: don't rescan_path on wwid change in uev_update_path

2021-05-14 Thread Benjamin Marzinski
If get_uid() is returning a different wwid in uev_update_path(), then the uid_attribute must have already gotten updated, which was the purpose behind calling rescan_path() in the first place. Signed-off-by: Benjamin Marzinski --- multipathd/main.c | 1 - 1 file changed, 1 deletion(-) diff --gi