Re: [PATCH] xen-blk: persistent-grants fixes

2012-11-02 Thread Roger Pau Monné
On 02/11/12 18:05, Konrad Rzeszutek Wilk wrote: > On Fri, Nov 02, 2012 at 04:43:04PM +0100, Roger Pau Monne wrote: >> This patch contains fixes for persistent grants implementation v2: >> >> * handle == 0 is a valid handle, so initialize grants in blkback >>setting the handle to

Re: [PATCH] xen-blk: persistent-grants fixes

2012-11-02 Thread Konrad Rzeszutek Wilk
On Fri, Nov 02, 2012 at 04:43:04PM +0100, Roger Pau Monne wrote: > This patch contains fixes for persistent grants implementation v2: > > * handle == 0 is a valid handle, so initialize grants in blkback >setting the handle to BLKBACK_INVALID_HANDLE instead of 0. Reported >by Konrad

[PATCH] xen-blk: persistent-grants fixes

2012-11-02 Thread Roger Pau Monne
This patch contains fixes for persistent grants implementation v2: * handle == 0 is a valid handle, so initialize grants in blkback setting the handle to BLKBACK_INVALID_HANDLE instead of 0. Reported by Konrad Rzeszutek Wilk. * new_map is a boolean, use "true" or "false" instead of 1 and

[PATCH] xen-blk: persistent-grants fixes

2012-11-02 Thread Roger Pau Monne
This patch contains fixes for persistent grants implementation v2: * handle == 0 is a valid handle, so initialize grants in blkback setting the handle to BLKBACK_INVALID_HANDLE instead of 0. Reported by Konrad Rzeszutek Wilk. * new_map is a boolean, use true or false instead of 1 and 0.

Re: [PATCH] xen-blk: persistent-grants fixes

2012-11-02 Thread Konrad Rzeszutek Wilk
On Fri, Nov 02, 2012 at 04:43:04PM +0100, Roger Pau Monne wrote: This patch contains fixes for persistent grants implementation v2: * handle == 0 is a valid handle, so initialize grants in blkback setting the handle to BLKBACK_INVALID_HANDLE instead of 0. Reported by Konrad Rzeszutek

Re: [PATCH] xen-blk: persistent-grants fixes

2012-11-02 Thread Roger Pau Monné
On 02/11/12 18:05, Konrad Rzeszutek Wilk wrote: On Fri, Nov 02, 2012 at 04:43:04PM +0100, Roger Pau Monne wrote: This patch contains fixes for persistent grants implementation v2: * handle == 0 is a valid handle, so initialize grants in blkback setting the handle to BLKBACK_INVALID_HANDLE