[PATCH 2/6] mtip32xx: kill atomic argument to mtip_quiesce_io()

2017-04-28 Thread Jens Axboe
All callers now pass in GFP_KERNEL, get rid of the argument. Reviewed-by: Bart Van Assche Reviewed-by: Christoph Hellwig Signed-off-by: Jens Axboe --- drivers/block/mtip32xx/mtip32xx.c | 20 +--- 1 file changed, 5

Re: [PATCH 2/6] mtip32xx: kill atomic argument to mtip_quiesce_io()

2017-04-28 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig

[PATCH 2/6] mtip32xx: kill atomic argument to mtip_quiesce_io()

2017-04-28 Thread Jens Axboe
All callers now pass in GFP_KERNEL, get rid of the argument. Reviewed-by: Bart Van Assche Signed-off-by: Jens Axboe --- drivers/block/mtip32xx/mtip32xx.c | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git

[PATCH 2/6] mtip32xx: kill atomic argument to mtip_quiesce_io()

2017-04-28 Thread Jens Axboe
All callers now pass in GFP_KERNEL, get rid of the argument. Reviewed-by: Bart Van Assche Signed-off-by: Jens Axboe --- drivers/block/mtip32xx/mtip32xx.c | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git

Re: [PATCH 2/6] mtip32xx: kill atomic argument to mtip_quiesce_io()

2017-04-27 Thread Bart Van Assche
On Thu, 2017-04-27 at 16:51 -0600, Jens Axboe wrote: > All callers now pass in GFP_KERNEL, get rid of the argument. Reviewed-by: Bart Van Assche

[PATCH 2/6] mtip32xx: kill atomic argument to mtip_quiesce_io()

2017-04-27 Thread Jens Axboe
All callers now pass in GFP_KERNEL, get rid of the argument. Signed-off-by: Jens Axboe --- drivers/block/mtip32xx/mtip32xx.c | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/drivers/block/mtip32xx/mtip32xx.c