On Tue, 27 Jan 2026, Benjamin Marzinski wrote:
> This patchset fixes two minor bugs in creating multipath devices, and
> removes some dm locking that is no longer necessary after a change in the
> multipath code.
>
> Benjamin Marzinski (3):
> dm mpath: Add missing dm_put_device when failing to get scsi dh name
> Revert "dm: fix a race condition in retrieve_deps"
> dm mpath: make pg_init_delay_msecs settable
>
> drivers/md/dm-core.h | 1 -
> drivers/md/dm-ioctl.c | 7 +------
> drivers/md/dm-mpath.c | 22 +++++++++++-----------
> drivers/md/dm-table.c | 32 ++++++++------------------------
> 4 files changed, 20 insertions(+), 42 deletions(-)
>
> --
> 2.50.1
Hi
I accepted all three patches. I added Cc: [email protected] to patch
1 and 3.
Mikulas