Re: [PATCH] dm-mpath: Don't grab work_mutex while probing paths

2025-05-16 Thread Benjamin Marzinski
On Fri, May 16, 2025 at 01:35:39PM +0200, Mikulas Patocka wrote: > > > On Thu, 15 May 2025, Benjamin Marzinski wrote: > > > @@ -2077,35 +2095,55 @@ static int probe_path(struct pgpath *pgpath) > > static int probe_active_paths(struct multipath *m) > > { > > struct pgpath *pgpath; > > - s

Re: [PATCH] dm-mpath: Don't grab work_mutex while probing paths

2025-05-16 Thread Mikulas Patocka
On Thu, 15 May 2025, Benjamin Marzinski wrote: > @@ -2077,35 +2095,55 @@ static int probe_path(struct pgpath *pgpath) > static int probe_active_paths(struct multipath *m) > { > struct pgpath *pgpath; > - struct priority_group *pg; > + struct priority_group *pg = NULL; > un