[dm-devel] [kpartx] add support for S/390 DASD

Christophe Varoqui christophe.varoqui at free.fr
Wed Dec 7 22:44:35 UTC 2005


On mer, 2005-12-07 at 15:08 +0100, Hannes Reinecke wrote:
> Hi Christophe,
> 
> this patch adds kpartx support for S/390 DASD partitions.
> Helpful when using multipath-tools on them.
> 
Looks promising.

Can you split the fix [1] from the rest and include the dasd.c you seem
to have left out.

Regards,
cvaroqui


[1] this one :

-       mapname = strdup(dm_task_get_name(dmt));
+       map = dm_task_get_name(dmt);
+       if (map && map[0] != '\0')
+               mapname = strdup(map);
+




More information about the dm-devel mailing list