[PATCH 16/17] nvme: implement multipath access to nvme subsystems
Sagi Grimberg
sagi at grimberg.me
Mon Oct 23 08:32:47 PDT 2017
> diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
> index 7735571ffc9a..bbece5edabff 100644
> --- a/drivers/nvme/host/pci.c
> +++ b/drivers/nvme/host/pci.c
> @@ -1050,6 +1050,8 @@ static int nvme_poll(struct blk_mq_hw_ctx *hctx, unsigned int tag)
> {
> struct nvme_queue *nvmeq = hctx->driver_data;
>
> + printk_ratelimited("%s: called\n", __func__);
> +
This must be a left-over...
More information about the Linux-nvme
mailing list