summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/multipath.c
diff options
context:
space:
mode:
authorHannes Reinecke2019-04-29 05:24:42 +0200
committerChristoph Hellwig2019-05-01 15:17:16 +0200
commit592b6e7b0226b198c12439065f725be00c92d559 (patch)
tree2fd13260a17f58e7ec0c5796acaca995e5d5ac52 /drivers/nvme/host/multipath.c
parentnvme-multipath: split bios with the ns_head bio_set before submitting (diff)
downloadkernel-qcow2-linux-592b6e7b0226b198c12439065f725be00c92d559.tar.gz
kernel-qcow2-linux-592b6e7b0226b198c12439065f725be00c92d559.tar.xz
kernel-qcow2-linux-592b6e7b0226b198c12439065f725be00c92d559.zip
nvme-multipath: don't print ANA group state by default
Signed-off-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme/host/multipath.c')
-rw-r--r--drivers/nvme/host/multipath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/multipath.c b/drivers/nvme/host/multipath.c
index e6ddc83223df..5c9429d41120 100644
--- a/drivers/nvme/host/multipath.c
+++ b/drivers/nvme/host/multipath.c
@@ -429,7 +429,7 @@ static int nvme_update_ana_state(struct nvme_ctrl *ctrl,
unsigned *nr_change_groups = data;
struct nvme_ns *ns;
- dev_info(ctrl->device, "ANA group %d: %s.\n",
+ dev_dbg(ctrl->device, "ANA group %d: %s.\n",
le32_to_cpu(desc->grpid),
nvme_ana_state_names[desc->state]);