[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] [PATCH] minor fix for multipathd's multipath hwentry setup
- From: Christophe Varoqui <christophe varoqui free fr>
- To: tranlan us ibm com, egoggin emc com
- Cc: device-mapper development <dm-devel redhat com>
- Subject: Re: [dm-devel] [PATCH] minor fix for multipathd's multipath hwentry setup
- Date: Thu, 03 Nov 2005 22:41:18 +0100
On jeu, 2005-11-03 at 00:09 -0800, Lan wrote:
> It looks like the hwe should be initialized before calling
> select_pgfailback, since select_pgfailback could use the mpp->hwe
> vaule.
>
> --- mp-bleed-1102/multipathd/main.c 2005-11-02 23:24:24.000000000
> -0800
> +++ mp-bleed-1102-patch/multipathd/main.c 2005-11-01
> 22:47:47.000000000 -0800
> @@ -394,8 +394,8 @@
> goto out;
>
> adopt_paths(vecs, mpp);
> - select_pgfailback(mpp);
> mpp->hwe = extract_hwe_from_path(mpp);
> + select_pgfailback(mpp);
> set_no_path_retry(mpp);
>
> return 0;
>
Thanks to you and Ed.
Applied,
cvaroqui
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]