projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
525aa5a
)
nvme-multipath: don't print ANA group state by default
author
Hannes Reinecke
<hare@suse.com>
Mon, 29 Apr 2019 03:24:42 +0000
(20:24 -0700)
committer
Christoph Hellwig
<hch@lst.de>
Wed, 1 May 2019 13:17:16 +0000
(09:17 -0400)
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>
drivers/nvme/host/multipath.c
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/multipath.c
b/drivers/nvme/host/multipath.c
index e6ddc83223df5c423a8a555ffc38d2c49b694426..5c9429d41120894c4cbae01cdd6e7008a3d5c7ef 100644
(file)
--- 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]);