Re: [Xen-devel] [PATCH 1/4] xen/tmem: Switch to using bool

2017-06-28 Thread Andrew Cooper
On 28/06/17 14:53, Konrad Rzeszutek Wilk wrote: > On Wed, Jun 28, 2017 at 12:16:19PM +0100, Andrew Cooper wrote: >> * Drop redundant initialisers >> * Style corrections while changing client_over_quota() >> * Drop all write-only bools from do_tmem_op() > s/write-only/useless write-only/ :) The

Re: [Xen-devel] [PATCH 1/4] xen/tmem: Switch to using bool

2017-06-28 Thread Konrad Rzeszutek Wilk
On Wed, Jun 28, 2017 at 12:16:19PM +0100, Andrew Cooper wrote: > * Drop redundant initialisers > * Style corrections while changing client_over_quota() > * Drop all write-only bools from do_tmem_op() s/write-only/useless write-only/ > > Signed-off-by: Andrew Cooper Reviewed-by: Konrad Rzesz

Re: [Xen-devel] [PATCH 1/4] xen/tmem: Switch to using bool

2017-06-28 Thread Wei Liu
There doesn't seem to be a cover letter. All four patches: Reviewed-by: Wei Liu ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] [PATCH 1/4] xen/tmem: Switch to using bool

2017-06-28 Thread Andrew Cooper
* Drop redundant initialisers * Style corrections while changing client_over_quota() * Drop all write-only bools from do_tmem_op() Signed-off-by: Andrew Cooper --- CC: Konrad Rzeszutek Wilk --- xen/common/tmem.c | 39 --- xen/common/tmem_control.c