]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
nvme-rdma: fix wrong logging message
authorSagi Grimberg <sagi@grimberg.me>
Wed, 11 Oct 2017 12:29:07 +0000 (15:29 +0300)
committerChristoph Hellwig <hch@lst.de>
Wed, 18 Oct 2017 17:27:51 +0000 (19:27 +0200)
Not necessarily address resolution failed.

Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Max Gurtovoy <maxg@mellanox.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/rdma.c

index 93c8578a2ddc2233c2abda88d46a8779ced9dd12..02b3388af308ca418e5db39a515edad3086f4b59 100644 (file)
@@ -544,7 +544,7 @@ static int nvme_rdma_alloc_queue(struct nvme_rdma_ctrl *ctrl,
        ret = nvme_rdma_wait_for_cm(queue);
        if (ret) {
                dev_info(ctrl->ctrl.device,
-                       "rdma_resolve_addr wait failed (%d).\n", ret);
+                       "rdma connection establishment failed (%d)\n", ret);
                goto out_destroy_cm_id;
        }