]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
nvme-fc: move remote port get/put/free location
authorJames Smart <jsmart2021@gmail.com>
Wed, 27 Sep 2017 04:50:45 +0000 (21:50 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 5 Oct 2017 08:02:47 +0000 (10:02 +0200)
commit469d0ef06debe29ec60350b9976a520c4ad5a1e8
tree653af24b8a797ebe337c6d89736af8a1cb0fef38
parent5f5685569ae8fccb0344373d823f2e4c59bb3d8e
nvme-fc: move remote port get/put/free location

move nvme_fc_rport_get/put and rport free to higher in the file to
avoid adding prototypes to resolve references in upcoming code additions

Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/fc.c