[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] [kpartx] add support for S/390 DASD
- From: Christophe Varoqui <christophe varoqui free fr>
- To: device-mapper development <dm-devel redhat com>
- Subject: Re: [dm-devel] [kpartx] add support for S/390 DASD
- Date: Wed, 07 Dec 2005 23:44:35 +0100
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);
+
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]