PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()
authorLogan Gunthorpe <logang@deltatee.com>
Mon, 12 Aug 2019 17:30:42 +0000 (11:30 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 16 Aug 2019 13:41:15 +0000 (08:41 -0500)
commit2b9f4bb2a4fb77da4862f9ddf5209de2bcdaa0c0
treefa5ea414b73d49f329c5c7d4bb153d29c9a0c0ed
parent494d63b0d5d0a481f6ac23bc61e94647ab9c4390
PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()

This is to match the dma_map_sg() API which this function will have to call
in an future patch.

Add a pci_p2pdma_map_sg_attrs() function and helper to call it with no
attributes just like the dma_map_sg() function.

Link: https://lore.kernel.org/r/20190730163545.4915-9-logang@deltatee.com
Link: https://lore.kernel.org/r/20190812173048.9186-9-logang@deltatee.com
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c
drivers/pci/p2pdma.c
include/linux/pci-p2pdma.h