nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_device
authorChristoph Hellwig <hch@lst.de>
Fri, 6 Nov 2020 18:19:35 +0000 (19:19 +0100)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 12 Nov 2020 17:33:44 +0000 (13:33 -0400)
commit22dd4c707673129ed17e803b4bf68a567b2731db
treed92e38bbbfd4914a1c1f2377b3a999214c115a43
parent8ecfca68dc4cbee1272a0161e3f2fb9387dc6930
nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_device

->dma_device is a private implementation detail of the RDMA core.  Use the
ibdev_to_node helper to get the NUMA node for a ib_device instead of
poking into ->dma_device.

Link: https://lore.kernel.org/r/20201106181941.1878556-5-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/nvme/host/rdma.c