Re: [Xen-devel] [PATCH] xen-blkback: advertise indirect segment support earlier

2016-02-15 Thread Konrad Rzeszutek Wilk
On Wed, Feb 10, 2016 at 01:27:08PM +0100, Roger Pau Monné 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 functi

Re: [Xen-devel] [PATCH] xen-blkback: advertise indirect segment support earlier

2016-02-10 Thread Roger Pau Monné
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 Mo