Re: [PATCH 07/17] nvme: use ida_simple_{get,remove} for the controller instance

2017-10-19 Thread Christoph Hellwig
On Thu, Oct 19, 2017 at 09:14:27AM -0600, Keith Busch wrote: > This is a good cleanup, and I'd support this patch going in ahead of > this series on its own if you want to apply to 4.15 immediately. Ok, will do.

Re: [PATCH 07/17] nvme: use ida_simple_{get,remove} for the controller instance

2017-10-19 Thread Keith Busch
This is a good cleanup, and I'd support this patch going in ahead of this series on its own if you want to apply to 4.15 immediately. Reviewed-by: Keith Busch

Re: [PATCH 07/17] nvme: use ida_simple_{get,remove} for the controller instance

2017-10-19 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham

[PATCH 07/17] nvme: use ida_simple_{get,remove} for the controller instance

2017-10-18 Thread Christoph Hellwig
Switch to the ida_simple_* helpers instead of opencoding them. Signed-off-by: Christoph Hellwig --- drivers/nvme/host/core.c | 40 +++- 1 file changed, 7 insertions(+), 33 deletions(-) diff --git a/drivers/nvme/host/core.c