From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] xen-blkback: advertise indirect segment support earlier Date: Mon, 15 Feb 2016 12:39:23 -0500 Message-ID: <20160215173923.GG6760@char.us.oracle.com> References: <56BB2A8202000078000D07C8@prv-mh.provo.novell.com> <56BB2C9C.4040001@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aVN7Y-0002d0-VW for xen-devel@lists.xenproject.org; Mon, 15 Feb 2016 17:39:37 +0000 Content-Disposition: inline In-Reply-To: <56BB2C9C.4040001@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roger Pau =?iso-8859-1?Q?Monn=E9?= Cc: xen-devel , Jan Beulich List-Id: xen-devel@lists.xenproject.org On Wed, Feb 10, 2016 at 01:27:08PM +0100, Roger Pau Monn=E9 wrote: > El 10/2/16 a les 12:18, Jan Beulich ha escrit: > > There's no reason to defer this until the connect phase, and in fact > > there are frontend implementations expecting this to be available > > earlier. Move it into the probe function. > > = > > Signed-off-by: Jan Beulich > = > Looks fine. > = > Acked-by: Roger Pau Monn=E9 applied. > = > The same should be done for "feature-persistent" AFAICT. > = > Roger.