Re: [PATCH 7/9] nvme: introduce a nvme_ns_ids structure

2017-09-20 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 Norton HRB 21284 (AG N

[PATCH 7/9] nvme: introduce a nvme_ns_ids structure

2017-09-18 Thread Christoph Hellwig
This allows us to manage the various uniqueue namespace identifiers together instead needing various variables and arguments. Signed-off-by: Christoph Hellwig --- drivers/nvme/host/core.c | 69 +++- drivers/nvme/host/nvme.h | 14 +++--- 2 files cha