]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: cache struct nvme_ctrl reference to struct nvme_request
authorSagi Grimberg <sagi@grimberg.me>
Fri, 29 Jun 2018 22:50:00 +0000 (16:50 -0600)
committerChristoph Hellwig <hch@lst.de>
Mon, 23 Jul 2018 07:35:18 +0000 (09:35 +0200)
commit41abb8ed580b7ef5eb8b17fe963e10bee7a4d2da
tree8882b25c96d7db76f083bb6ecaad24676e55dc08
parentc7c7e15f1f0ba83955224de2d3f823d3b9d4c7b3
nvme: cache struct nvme_ctrl reference to struct nvme_request

We will need to reference the controller in the setup and completion
time for tracing and future traffic based keep alive support.

Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/fc.c
drivers/nvme/host/nvme.h
drivers/nvme/host/pci.c
drivers/nvme/host/rdma.c
drivers/nvme/target/loop.c