Re: [kpartx] add support for S/390 DASD

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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);
+

--

dm-devel@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/dm-devel

[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux