diff options
author | Hannes Reinecke <hare@suse.com> | 2019-04-29 05:24:42 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-05-01 15:17:16 +0200 |
commit | 592b6e7b0226b198c12439065f725be00c92d559 (patch) | |
tree | 2fd13260a17f58e7ec0c5796acaca995e5d5ac52 | |
parent | nvme-multipath: split bios with the ns_head bio_set before submitting (diff) | |
download | linux-592b6e7b0226b198c12439065f725be00c92d559.tar.xz 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>
-rw-r--r-- | drivers/nvme/host/multipath.c | 2 |
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]); |