Re: [PATCH 12/12] nvme: limit warnings from nvme_identify_ns

2018-06-04 Thread Hannes Reinecke
On Wed, 30 May 2018 18:46:00 +0200 Christoph Hellwig wrote: > When rescanning namespaces after an AEN we will issue Identify > Namespace comands to namespaces that have gone away, so don't warn > for this specific case. > > Signed-off-by: Christoph Hellwig > Reviewed-by: Johannes Thumshirn >

Re: [PATCH 12/12] nvme: limit warnings from nvme_identify_ns

2018-05-30 Thread Sagi Grimberg
Looks good, Reviewed-by: Sagi Grimberg

[PATCH 12/12] nvme: limit warnings from nvme_identify_ns

2018-05-30 Thread Christoph Hellwig
When rescanning namespaces after an AEN we will issue Identify Namespace comands to namespaces that have gone away, so don't warn for this specific case. Signed-off-by: Christoph Hellwig Reviewed-by: Johannes Thumshirn --- drivers/nvme/host/core.c | 4 +++- 1 file changed, 3 insertions(+), 1