From: sagi@grimberg.me (Sagi Grimberg)
Subject: [PATCH 2/2] nvmet-rdma: lowering log level for chatty debug messages
Date: Mon, 4 Dec 2017 10:47:10 +0200 [thread overview]
Message-ID: <20171204084710.15828-2-sagi@grimberg.me> (raw)
In-Reply-To: <20171204084710.15828-1-sagi@grimberg.me>
Its a bit chatty to report on every deleted queue, so
keeping it dor debug purposes only.
Signed-off-by: Sagi Grimberg <sagi at grimberg.me>
---
drivers/nvme/target/rdma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/nvme/target/rdma.c b/drivers/nvme/target/rdma.c
index 49912909c298..1d98aa125b6d 100644
--- a/drivers/nvme/target/rdma.c
+++ b/drivers/nvme/target/rdma.c
@@ -976,7 +976,7 @@ static void nvmet_rdma_destroy_queue_ib(struct nvmet_rdma_queue *queue)
static void nvmet_rdma_free_queue(struct nvmet_rdma_queue *queue)
{
- pr_info("freeing queue %d\n", queue->idx);
+ pr_debug("freeing queue %d\n", queue->idx);
nvmet_sq_destroy(&queue->nvme_sq);
--
2.14.1
next prev parent reply other threads:[~2017-12-04 8:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-04 8:47 [PATCH 1/2] nvmet: lower log level for each queue creation Sagi Grimberg
2017-12-04 8:47 ` Sagi Grimberg [this message]
2017-12-04 8:51 ` [PATCH 2/2] nvmet-rdma: lowering log level for chatty debug messages Johannes Thumshirn
2017-12-04 8:50 ` [PATCH 1/2] nvmet: lower log level for each queue creation Johannes Thumshirn
2017-12-04 20:16 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171204084710.15828-2-sagi@grimberg.me \
--to=sagi@grimberg.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox