[dm-devel] [PATCH 5 of 10] LVM: hack to make things work

Takahiro Yasui tyasui at redhat.com
Sat Feb 27 07:39:25 UTC 2010


Jonathan Brassow wrote:
> @@ -1559,11 +1569,16 @@ int lv_add_mirror_lvs(struct logical_vol
>   */
>  int lv_add_log_segment(struct alloc_handle *ah, struct logical_volume *log_lv)
>  {
> -	const char *segtype_name = ah->log_area_count > 1 ? "mirror" : "striped";
> +	int r;

I guess you forgot to remove "int r;".

Thanks,
Taka





More information about the dm-devel mailing list