Re: [Xen-devel] [PATCH] xen-blkfront: Fix handling of non-supported operations

2017-07-24 Thread Omar Sandoval
On Mon, Jul 24, 2017 at 03:10:09PM +, Bart Van Assche wrote: > On Mon, 2017-07-24 at 08:46 -0600, Jens Axboe wrote: > > On 07/21/2017 11:11 AM, Bart Van Assche wrote: > > > This patch fixes the following sparse warnings: > > > > > > drivers/block/xen-blkfront.c:916:45: warning: incorrect type

Re: [Xen-devel] [PATCH] xen-blkfront: Fix handling of non-supported operations

2017-07-24 Thread Bart Van Assche
On Mon, 2017-07-24 at 08:46 -0600, Jens Axboe wrote: > On 07/21/2017 11:11 AM, Bart Van Assche wrote: > > This patch fixes the following sparse warnings: > > > > drivers/block/xen-blkfront.c:916:45: warning: incorrect type in argument 2 > > (different base types) > >

Re: [Xen-devel] [PATCH] xen-blkfront: Fix handling of non-supported operations

2017-07-24 Thread Jens Axboe
On 07/21/2017 11:11 AM, Bart Van Assche wrote: > This patch fixes the following sparse warnings: > > drivers/block/xen-blkfront.c:916:45: warning: incorrect type in argument 2 > (different base types) > drivers/block/xen-blkfront.c:916:45:expected restricted blk_status_t > [usertype] error

Re: [Xen-devel] [PATCH] xen-blkfront: Fix handling of non-supported operations

2017-07-24 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] [PATCH] xen-blkfront: Fix handling of non-supported operations

2017-07-21 Thread Bart Van Assche
This patch fixes the following sparse warnings: drivers/block/xen-blkfront.c:916:45: warning: incorrect type in argument 2 (different base types) drivers/block/xen-blkfront.c:916:45:expected restricted blk_status_t [usertype] error drivers/block/xen-blkfront.c:916:45:got int [signed]